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 8bd93b8 commit b03aa29Copy full SHA for b03aa29
llvm/test/CodeGen/PowerPC/undef-args.ll
@@ -1,6 +1,8 @@
1
;; Tests that extending poison results in undef.
2
;; Also tests that there are redundant instructions loading 0 into argument registers for unused arguments.
3
4
+; REQUIRES: asserts
5
+
6
; RUN: llc -verify-machineinstrs -mtriple powerpc-ibm-aix-xcoff -debug-only=isel \
7
; RUN: %s -o - 2>&1 | FileCheck --check-prefix=CHECKISEL32 %s
8
0 commit comments