forked from OSchip/llvm-project
parent
c38642b3e1
commit
7b43568a93
|
@ -2572,6 +2572,8 @@ X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
|
|||
/// Instead of
|
||||
/// cvtss2sd (%rdi), %xmm0
|
||||
///
|
||||
/// FIXME: This should be turned into a TSFlags.
|
||||
///
|
||||
static bool hasPartialRegUpdate(unsigned Opcode) {
|
||||
switch (Opcode) {
|
||||
case X86::CVTSD2SSrr:
|
||||
|
|
Loading…
Reference in New Issue