We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5d880 commit df010adCopy full SHA for df010ad
lib/Dialect/Arc/Transforms/SplitFuncs.cpp
@@ -93,7 +93,7 @@ LogicalResult SplitFuncsPass::lowerFunc(FuncOp funcOp) {
93
op.remove();
94
(*blockIter)->push_back(&op);
95
}
96
- DenseMap<Value, Value> argMap;
+ MapVector<Value, Value> argMap;
97
// Move function arguments to the block that will stay in the function
98
for (unsigned argIndex = 0; argIndex < frontBlock->getNumArguments();
99
++argIndex) {
0 commit comments