Skip to content

Commit a368667

Browse files
committed
Add negative prefix to test
1 parent c5b8798 commit a368667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/test/Dialect/Vector/canonicalize.mlir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3377,10 +3377,10 @@ func.func @negative_from_elements_to_constant() -> vector<1x!llvm.ptr> {
33773377

33783378
// -----
33793379

3380-
// CHECK-LABEL: @from_elements_poison
3380+
// CHECK-LABEL: @negative_from_elements_poison
33813381
// CHECK: %[[VAL:.*]] = ub.poison : vector<2xf32>
33823382
// CHECK: return %[[VAL]] : vector<2xf32>
3383-
func.func @from_elements_poison() -> vector<2xf32> {
3383+
func.func @negative_from_elements_poison() -> vector<2xf32> {
33843384
%0 = ub.poison : f32
33853385
%1 = vector.from_elements %0, %0 : vector<2xf32>
33863386
return %1 : vector<2xf32>

0 commit comments

Comments
 (0)