Skip to content

Commit 0e71de1

Browse files
committed
Test case for PR 26381
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259740 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent eafb39b commit 0e71de1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/CodeGen/PowerPC/pr26381.ll

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
; RUN: llc -mcpu=pwr7 -mtriple=powerpc64le-unknown-unknown -O0 < %s | FileCheck %s
2+
3+
define internal signext i32 @foo() #0 {
4+
ret i32 -125452974
5+
}
6+
7+
; CHECK: lis 3, -1915
8+
; CHECK: ori 3, 3, 48466

0 commit comments

Comments
 (0)