Skip to content

Commit 413964a

Browse files
[PowerPC] Updated run lines in the test.
Removed a couple of options from the run line that were not required. Added the REQUIRES: asserts.
1 parent 789e8d4 commit 413964a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/test/CodeGen/PowerPC/subreg-lanemasks.mir

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# RUN: llc -mcpu=pwr10 -O3 -ppc-track-subreg-liveness -verify-machineinstrs \
1+
# RUN: llc -mcpu=pwr10 -ppc-track-subreg-liveness -filetype=null \
22
# RUN: -mtriple=powerpc64le-unknown-linux-gnu -run-pass=greedy,virtregrewriter \
3-
# RUN: -debug-only=regalloc -o - %s 2>&1 >/dev/null | FileCheck %s
3+
# RUN: -debug-only=regalloc -o - %s 2>&1 | FileCheck %s
4+
# REQUIRES: asserts
45

56
# Keep track of all of the lanemasks for various subregsiters.
67
#

0 commit comments

Comments
 (0)