mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
Add a fixme note!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139872 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5a6370ff99
commit
6b5b79c7e8
@ -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…
x
Reference in New Issue
Block a user