mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-23 16:31:20 +00:00
whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192633 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a5a076341d
commit
ff09d7119d
@ -3114,7 +3114,7 @@ static unsigned getLoadStoreRegOpcode(unsigned Reg,
|
||||
const TargetMachine &TM,
|
||||
bool load) {
|
||||
if (TM.getSubtarget<X86Subtarget>().hasAVX512()) {
|
||||
if (X86::VK8RegClass.hasSubClassEq(RC) ||
|
||||
if (X86::VK8RegClass.hasSubClassEq(RC) ||
|
||||
X86::VK16RegClass.hasSubClassEq(RC))
|
||||
return load ? X86::KMOVWkm : X86::KMOVWmk;
|
||||
if (RC->getSize() == 4 && X86::FR32XRegClass.hasSubClassEq(RC))
|
||||
|
Loading…
x
Reference in New Issue
Block a user