Skip to content

Commit 23269d7

Browse files
author
Ivy Zhang
authored
[Transform] fix legalization on absi (#310)
fix legalization on absi
1 parent 0956de2 commit 23269d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gc/Transforms/Pipeline.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ void populateLoweringToLLVMPasses(mlir::OpPassManager &pm) {
153153
pm.addPass(createConvertSCFToCFPass());
154154
pm.addPass(cpuruntime::createCPURuntimeToLLVM());
155155
pm.addPass(createConvertOpenMPToLLVMPass());
156-
pm.addNestedPass<func::FuncOp>(createConvertMathToLLVMPass());
156+
pm.addPass(createConvertMathToLLVMPass());
157157
pm.addPass(createConvertMathToLibmPass());
158158
pm.addNestedPass<func::FuncOp>(createArithToLLVMConversionPass());
159159
pm.addPass(createConvertVectorToLLVMPass());

0 commit comments

Comments
 (0)