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 497452b commit ade75d1Copy full SHA for ade75d1
mlir/test/Transforms/sccp.mlir
@@ -251,11 +251,7 @@ func.func @op_with_region() -> (i32) {
251
func.func @no_crash_with_different_source_type() {
252
// CHECK: llvm.mlir.constant(0 : index) : i64
253
%0 = llvm.mlir.constant(0 : index) : i64
254
- llvm.br ^b1(%0 : i64)
255
-^b1(%1: i64):
256
- llvm.br ^b2
257
-^b2:
258
// CHECK: vector.broadcast %[[CST:.*]] : i64 to vector<128xi64>
259
- %2 = vector.broadcast %1 : i64 to vector<128xi64>
+ %1 = vector.broadcast %0 : i64 to vector<128xi64>
260
llvm.return
261
}
0 commit comments