We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07fd023 commit dbbdd84Copy full SHA for dbbdd84
flang/lib/Optimizer/CodeGen/CodeGen.cpp
@@ -3877,6 +3877,8 @@ void fir::populateFIRToLLVMConversionPatterns(
3877
3878
// Patterns that are populated without a type converter do not trigger
3879
// target materializations for the operands of the root op.
3880
- patterns.insert<HasValueOpConversion, InsertValueOpConversion>(
3881
- patterns.getContext());
+ patterns.insert<InsertValueOpConversion>(
+ converter, patterns.getContext());
3882
+ patterns.insert<HasValueOpConversion>(
3883
+ patterns.getContext());
3884
}
0 commit comments