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 828e637 commit b0366edCopy full SHA for b0366ed
llvm/test/CodeGen/PowerPC/undef-args.ll
@@ -1,4 +1,7 @@
1
-;; Tests that load 0 into argument registers for unused arguments are eliminated.
+;; Tests that extending poison results in poison.
2
+;; Also tests that there are no 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
0 commit comments