We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789e8d4 commit 413964aCopy full SHA for 413964a
llvm/test/CodeGen/PowerPC/subreg-lanemasks.mir
@@ -1,6 +1,7 @@
1
-# RUN: llc -mcpu=pwr10 -O3 -ppc-track-subreg-liveness -verify-machineinstrs \
+# RUN: llc -mcpu=pwr10 -ppc-track-subreg-liveness -filetype=null \
2
# RUN: -mtriple=powerpc64le-unknown-linux-gnu -run-pass=greedy,virtregrewriter \
3
-# RUN: -debug-only=regalloc -o - %s 2>&1 >/dev/null | FileCheck %s
+# RUN: -debug-only=regalloc -o - %s 2>&1 | FileCheck %s
4
+# REQUIRES: asserts
5
6
# Keep track of all of the lanemasks for various subregsiters.
7
#
0 commit comments