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 8a0f694 commit 200b589Copy full SHA for 200b589
mlir/lib/Target/SPIRV/Deserialization/Deserializer.cpp
@@ -2065,7 +2065,7 @@ LogicalResult ControlFlowStructurizer::structurize() {
2065
// and remapping we have previously done should be preserved.
2066
builder.setInsertionPoint(&mergeBlock->front());
2067
auto selectionOp = builder.create<spirv::SelectionOp>(
2068
- location, TypeRange(outsideUses),
+ location, TypeRange(ValueRange(outsideUses)),
2069
static_cast<spirv::SelectionControl>(control));
2070
selectionOp->getRegion(0).takeBody(body);
2071
0 commit comments