Skip to content

Commit

Permalink
Enable affine op lowering (#223)
Browse files Browse the repository at this point in the history
enable affine op lowering
  • Loading branch information
zhczhong authored Aug 7, 2024
1 parent ca1373e commit a58150d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/gc/Transforms/Pipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ void populateCPURuntimePasses(mlir::OpPassManager &pm) {
}

void populateLoweringToLLVMPasses(mlir::OpPassManager &pm) {
pm.addPass(createLowerAffinePass());
pm.addPass(createFinalizeMemRefToLLVMConversionPass());
pm.addPass(createConvertSCFToCFPass());
pm.addPass(cpuruntime::createCPURuntimeToLLVM());
Expand Down

0 comments on commit a58150d

Please sign in to comment.