summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/X86Vector
Commit message (Expand)AuthorAgeFilesLines
* [mlir][arith] Initial support for fastmath flag attributes in the Arithmetic ...Jeremy Furtek2022-10-261-6/+6
* [mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski2022-09-293-3/+3
* [mlir] Update accessors to prefixed form (NFC)Jacques Pienaar2022-06-182-17/+17
* [mlir] (NFC) Clean up bazel and CMake target namesMogball2022-06-132-6/+6
* [mlir][NFC] Shift a bunch of dialect includes from the .h to the .cppRiver Riddle2022-04-231-0/+1
* [mlir] Flip Vector dialect accessors used to prefixed form.Jacques Pienaar2022-03-281-2/+2
* [mlir] Rename the Standard dialect to the Func dialectRiver Riddle2022-03-011-1/+0
* [mlir][Vector] Prevent AVX2 lowering for non-f32 transpose opsDiego Caballero2022-02-251-1/+4
* [mlir][Vector] Generalize AVX2 transpose lowering to n-D vectorsDiego Caballero2022-02-251-20/+95
* [mlir][NFC] Update AMX/LLVM/NVVM/X86 vector operations to use `hasVerifier` i...River Riddle2022-02-021-8/+6
* [mlir][LLVM] Add support for operand_attrs to InlineAsmOpNicolas Vasilache2022-02-011-1/+4
* [mlir][vector][NFC] Split into IR, Transforms and UtilsMatthias Springer2022-01-311-1/+1
* Revert "[mlir][LLVM] Add support for operand_attrs to InlineAsmOp"Mehdi Amini2022-01-261-4/+1
* [mlir][LLVM] Add support for operand_attrs to InlineAsmOpNicolas Vasilache2022-01-261-1/+4
* Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini2021-12-201-52/+53
* [mlir][Vector] Add a vblendps-based impl for transpose8x8 (both intrin and in...Nicolas Vasilache2021-11-231-20/+66
* Revert "[mlir][Vector] Add a vblendps-based impl for transpose8x8 (both intri...Mehdi Amini2021-11-221-66/+20
* [mlir][Vector] Add a vblendps-based impl for transpose8x8 (both intrin and in...Nicolas Vasilache2021-11-221-20/+66
* [mlir] Move trait to InferTypeOpInterfaceJacques Pienaar2021-11-211-0/+1
* [mlir][X86Vector] Fix unused variable warningBenjamin Kramer2021-11-111-1/+1
* [mlir][Vector] Silence recently introduced warningsNicolas Vasilache2021-11-111-5/+5
* [mlir][X86Vector] Add specialized vector.transpose lowering patterns for AVX2Nicolas Vasilache2021-11-112-0/+210
* [MLIR] Replace std ops with arith dialect opsMogball2021-10-132-3/+5
* [mlir:OpConversionPattern] Add overloads for taking an Adaptor instead of Arr...River Riddle2021-09-241-12/+8
* [mlir] Cleanup: Fix warnings in MLIRMatthias Springer2021-08-061-1/+1
* [mlir] factor memref-to-llvm lowering out of std-to-llvmAlex Zinenko2021-07-092-2/+3
* [mlir] Generare .cpp.inc files for dialects.Stella Laurenzo2021-06-291-0/+2
* [mlir][vector][avx] add AVX dot product to X86Vector dialect with loweringAart Bik2021-04-151-1/+23
* [mlir] X86Vector: Add AVX RsqrtEmilio Cota2021-04-131-1/+17
* [mlir] Rename AVX512 dialect to X86VectorEmilio Cota2021-04-125-0/+215