[Mlir-commits] [mlir] [mlir] Adopt `ConvertToLLVMPatternInterface` GpuToLLVMConversionPass to align with `convert-to-llvm` (PR #73761)
Guray Ozen
llvmlistbot at llvm.org
Wed Nov 29 07:50:55 PST 2023
================
@@ -605,11 +621,9 @@ void GpuToLLVMConversionPass::runOnOperation() {
!module.getTargetsAttr().empty());
});
- mlir::arith::populateArithToLLVMConversionPatterns(converter, patterns);
- mlir::cf::populateControlFlowToLLVMConversionPatterns(converter, patterns);
+ // These aren't covered by the ConvertToLLVMPatternInterface right now.
----------------
grypp wrote:
out of curiosity - why these passes are deleted and not covered?
https://github.com/llvm/llvm-project/pull/73761
More information about the Mlir-commits
mailing list