mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user