[PATCH] [InstrInfo] Refactor foldOperandImpl to thread through InsertPt. NFC

Keno Fischer kfischer at college.harvard.edu
Mon Jun 1 16:58:21 PDT 2015


Hi pete, ributzka, uweigand,

This was a longstanding FIXME and is a necessary precursor to cases
where foldOperandImpl may have to create more than one instruction
(e.g. to constrain a register class). This is the split out NFC changes from
D6262.

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D10174

Files:
  include/llvm/Target/TargetInstrInfo.h
  lib/CodeGen/TargetInstrInfo.cpp
  lib/Target/AArch64/AArch64InstrInfo.cpp
  lib/Target/AArch64/AArch64InstrInfo.h
  lib/Target/Hexagon/HexagonInstrInfo.cpp
  lib/Target/Hexagon/HexagonInstrInfo.h
  lib/Target/R600/AMDGPUInstrInfo.cpp
  lib/Target/R600/AMDGPUInstrInfo.h
  lib/Target/SystemZ/SystemZInstrInfo.cpp
  lib/Target/SystemZ/SystemZInstrInfo.h
  lib/Target/X86/X86FastISel.cpp
  lib/Target/X86/X86InstrInfo.cpp
  lib/Target/X86/X86InstrInfo.h

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10174.26939.patch
Type: text/x-patch
Size: 25529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150601/dccb30c9/attachment.bin>


More information about the llvm-commits mailing list