Files
clang-p2996/mlir/lib/Conversion/ArmSMEToSCF
Benjamin Maxwell 01ac530a2e [mlir][ArmSME] Remove vector.print legality from ArmSMEToSCF (NFC) (#74875)
This was moved to VectorToArmSME in #74063, so this is no longer needed.

VectorToArmSME uses a greedy rewriter, so a similar legality rule is not
needed there.

See:
bbb8a0df73/mlir/lib/Conversion/VectorToArmSME/VectorToArmSMEPass.cpp (L35)
2023-12-11 11:25:43 +00:00
..