summaryrefslogtreecommitdiff
path: root/mlir/lib/Conversion/ArmSMEToSCF
AgeCommit message (Expand)Author
2025-10-10[MLIR][Vector] Remove vector.splat (#162167)James Newling
2025-09-05[mlir][sme] Use signed comparison in ArmSMEToSCF (#156834)Andrzej Warzyński
2025-08-31[MLIR] Apply clang-tidy fixes for bugprone-argument-comment in ArmSMEToSCF.cp...Mehdi Amini
2025-07-23[mlir][armsme][vector] Replace splat with broadcast (#148024)James Newling
2025-07-23[mlir][NFC] update `Conversion` create APIs (4/n) (#149879)Maksim Levental
2025-05-13[mlir][ArmSME] Audit ArmSME load/store ops (#139573)Andrzej Warzyński
2025-04-17[mlir][ArmSME][NFC] Check early for unsupported mask ops (#135955)Matthias Springer
2025-02-17[MLIR][NFC] Retire `let constructor` for passes in Conversion directory (part...lorenzo chelini
2024-09-02[mlir][ArmSME] Rename slice move operations to insert/extract_tile_slice (#10...Benjamin Maxwell
2024-05-14[mlir][ArmSME] Use liveness information in the tile allocator (#90448)Benjamin Maxwell
2024-01-26[mlir][ArmSME] Fix loop bounds of masked loads/stores (#78983)Benjamin Maxwell
2024-01-25[mlir][ArmSME] Refactor ArmSMEToSCF to used shared loop-building helper (NFC)...Benjamin Maxwell
2023-12-11[mlir][ArmSME] Remove `vector.print` legality from ArmSMEToSCF (NFC) (#74875)Benjamin Maxwell
2023-12-06[mlir][ArmSME] More precisely model dataflow in ArmSME to SCF lowerings (#73922)Benjamin Maxwell
2023-12-04[mlir][ArmSME] Move vector.print -> ArmSME lowering to VectorToArmSME (#74063)Benjamin Maxwell
2023-11-30[mlir][ArmSME] Switch to an attribute-based tile allocation scheme (#73253)Benjamin Maxwell
2023-11-08[mlir][ArmSME] Add support for lowering masked tile_load ops (#70915)Cullen Rhodes
2023-11-06[mlir][ArmSME] Add support for lowering masked tile_store ops (#71180)Cullen Rhodes
2023-11-02[mlir][ArmSME] Add mask operand to store_tile_slice (#70838)Cullen Rhodes
2023-10-31[mlir][ArmSME] Add mask operand to load_tile_slice (#70655)Cullen Rhodes
2023-10-16[mlir][ArmSME] Update tile slice layout syntax (#69151)Cullen Rhodes
2023-09-29[mlir][ArmSME] Add arm_sme.move_tile_slice_to_vector op (#67652)Benjamin Maxwell
2023-09-26[mlir][ArmSME] Add custom vector.print lowering for SME tiles (#66691)Benjamin Maxwell
2023-09-25[mlir][ArmSME] Support vertical layout in load and store ops (#66758)Cullen Rhodes
2023-08-03[mlir][ArmSME] Use memref indices for load and storeCullen Rhodes
2023-08-01[mlir][ArmSME] Add conversion from ArmSME to SCF to materialize loopsCullen Rhodes