Skip to content

Commit f5bc6b4

Browse files
committed
[PhaseOrdering] Remove -enable-matrix flag from sub-xor.ll test.
The test does not use matrix intrinsics, so does not need enable-matrix.
1 parent 50c66e5 commit f5bc6b4

File tree

1 file changed

+1
-1
lines changed
  • llvm/test/Transforms/PhaseOrdering/SystemZ

1 file changed

+1
-1
lines changed

llvm/test/Transforms/PhaseOrdering/SystemZ/sub-xor.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2-
; RUN: opt -passes='default<O2>' -enable-matrix -S %s | FileCheck %s
2+
; RUN: opt -passes='default<O2>' -S %s | FileCheck %s
33

44
target datalayout = "E-m:e-i1:8:16-i8:8:16-i64:64-f128:64-a:8:16-n32:64"
55
target triple = "systemz"

0 commit comments

Comments
 (0)