Skip to content

Commit 01c7ef6

Browse files
authored
[MLIR][Vector] Fix test following vector.splat removal (#162892)
This is a fix for the failing integration test (see https://lab.llvm.org/buildbot/#/builders/177/builds/22398) reported in #162167.
1 parent 05a3f76 commit 01c7ef6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/test/Integration/Dialect/Vector/CPU/0-d-vectors.mlir

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ func.func @entry() {
140140

141141
// Warning: these must be called in their textual order of definition in the
142142
// file to not mess up FileCheck.
143-
call @splat_0d(%4) : (f32) -> ()
144143
call @broadcast_0d(%4) : (f32) -> ()
145144
call @bitcast_0d() : () -> ()
146145
call @constant_mask_0d() : () -> ()

0 commit comments

Comments
 (0)