summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/X86Vector/Transforms/AVXTranspose.cpp
AgeCommit message (Expand)Author
2025-07-23[mlir] Remove unused includes (NFC) (#150266)Kazu Hirata
2025-07-21[mlir][NFC] update `mlir/Dialect` create APIs (25/n) (#149932)Maksim Levental
2025-07-14[mlir] Remove unused includes (NFC) (#148769)Kazu Hirata
2025-05-22[MLIR][LLVM] Tail call support for inline asm op (#140826)Bruno Cardoso Lopes
2025-01-21[mlir][NFC] Avoid using braced initializer lists to call a constructor. (#123...Han-Chung Wang
2023-05-08[mlir][vector] Remove unused variable `srcShape`.Hanhan Wang
2023-05-08[mlir][vector] Generalize vector.transpose lowering to n-D vectorsHanhan Wang
2023-03-15[ADT][mlir][NFCI] Do not use non-const lvalue-refs with enumerateJakub Kuderski
2023-02-16[mlir][vector] NFC: Improve vector type accessor methodsLei Zhang
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-04-23[mlir][NFC] Shift a bunch of dialect includes from the .h to the .cppRiver Riddle
2022-03-28[mlir] Flip Vector dialect accessors used to prefixed form.Jacques Pienaar
2022-02-25[mlir][Vector] Prevent AVX2 lowering for non-f32 transpose opsDiego Caballero
2022-02-25[mlir][Vector] Generalize AVX2 transpose lowering to n-D vectorsDiego Caballero
2022-02-01[mlir][LLVM] Add support for operand_attrs to InlineAsmOpNicolas Vasilache
2022-01-31[mlir][vector][NFC] Split into IR, Transforms and UtilsMatthias Springer
2022-01-26Revert "[mlir][LLVM] Add support for operand_attrs to InlineAsmOp"Mehdi Amini
2022-01-26[mlir][LLVM] Add support for operand_attrs to InlineAsmOpNicolas Vasilache
2021-12-20Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini
2021-11-23[mlir][Vector] Add a vblendps-based impl for transpose8x8 (both intrin and in...Nicolas Vasilache
2021-11-22Revert "[mlir][Vector] Add a vblendps-based impl for transpose8x8 (both intri...Mehdi Amini
2021-11-22[mlir][Vector] Add a vblendps-based impl for transpose8x8 (both intrin and in...Nicolas Vasilache
2021-11-11[mlir][X86Vector] Fix unused variable warningBenjamin Kramer
2021-11-11[mlir][Vector] Silence recently introduced warningsNicolas Vasilache
2021-11-11[mlir][X86Vector] Add specialized vector.transpose lowering patterns for AVX2Nicolas Vasilache