[Mlir-commits] [mlir] [mlir][ArmSME] Remove ArmSMETypeConverter (and configure LLVM one instead) (PR #73639)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Fri Dec 1 07:08:00 PST 2023
banach-space wrote:
This will update the global `LLVMTypeConverter` used during the compilation, right? And so it will update it for all its consumers (even non-SME)? But that should be OK, because it will only happen when lowering to SME?
I just want to make sure that we retain the original protection that we gained when splitting this into a dedicated type converter.
https://github.com/llvm/llvm-project/pull/73639
More information about the Mlir-commits
mailing list