Skip to content

Commit ade75d1

Browse files
committed
Post review follow-up
1 parent 497452b commit ade75d1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

mlir/test/Transforms/sccp.mlir

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -251,11 +251,7 @@ func.func @op_with_region() -> (i32) {
251251
func.func @no_crash_with_different_source_type() {
252252
// CHECK: llvm.mlir.constant(0 : index) : i64
253253
%0 = llvm.mlir.constant(0 : index) : i64
254-
llvm.br ^b1(%0 : i64)
255-
^b1(%1: i64):
256-
llvm.br ^b2
257-
^b2:
258254
// CHECK: vector.broadcast %[[CST:.*]] : i64 to vector<128xi64>
259-
%2 = vector.broadcast %1 : i64 to vector<128xi64>
255+
%1 = vector.broadcast %0 : i64 to vector<128xi64>
260256
llvm.return
261257
}

0 commit comments

Comments
 (0)