Skip to content

Commit b0366ed

Browse files
committed
minor change
1 parent 828e637 commit b0366ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

llvm/test/CodeGen/PowerPC/undef-args.ll

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
;; Tests that load 0 into argument registers for unused arguments are eliminated.
1+
;; 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
25

36
; RUN: llc -verify-machineinstrs -mtriple powerpc-ibm-aix-xcoff -debug-only=isel \
47
; RUN: %s -o - 2>&1 | FileCheck --check-prefix=CHECKISEL32 %s

0 commit comments

Comments
 (0)