mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-25 05:10:56 +00:00
test commit, only added one space
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243070 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cab4b8c41b
commit
b5441878c4
@ -533,7 +533,7 @@ void AArch64InstrInfo::insertSelect(MachineBasicBlock &MBB,
|
||||
CC);
|
||||
}
|
||||
|
||||
/// Returns true if a MOVi32imm or MOVi64imm can be expanded to an ORRxx.
|
||||
/// Returns true if a MOVi32imm or MOVi64imm can be expanded to an ORRxx.
|
||||
static bool canBeExpandedToORR(const MachineInstr *MI, unsigned BitSize) {
|
||||
uint64_t Imm = MI->getOperand(1).getImm();
|
||||
uint64_t UImm = Imm << (64 - BitSize) >> (64 - BitSize);
|
||||
|
Loading…
x
Reference in New Issue
Block a user