[all-commits] [llvm/llvm-project] 01ac53: [mlir][ArmSME] Remove `vector.print` legality from...
Benjamin Maxwell via All-commits
all-commits at lists.llvm.org
Mon Dec 11 03:25:57 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01ac530a2ea3ee0c24b729a8f3c16ac85542cd15
https://github.com/llvm/llvm-project/commit/01ac530a2ea3ee0c24b729a8f3c16ac85542cd15
Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M mlir/lib/Conversion/ArmSMEToSCF/ArmSMEToSCF.cpp
Log Message:
-----------
[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:
https://github.com/llvm/llvm-project/blob/bbb8a0df7367068e1cf2fc54edd376beb976b430/mlir/lib/Conversion/VectorToArmSME/VectorToArmSMEPass.cpp#L35
More information about the All-commits
mailing list