xref: /llvm-project/llvm/test/CodeGen/PowerPC/pr30640.ll (revision 22bff66a9a13a3876354e74993e6cc0c4c352674)
1; RUN: llc -O2  -mtriple=powerpc64-linux-gnu -mcpu=pwr8 < %s | FileCheck %s
2
3define i64 @foo() {
4entry:
5  ret i64 -3617008641903833651
6
7; CHECK: lis [[REG1:[0-9]+]], -12851
8; CHECK: ori [[REG2:[0-9]+]], [[REG1]], 52685
9; CHECK: rldimi 3, 3, 32, 0
10}
11
12