[PATCH] Add infrastructure for support of multiple memory constraints.

Daniel Sanders daniel.sanders at imgtec.com
Tue Mar 10 04:25:29 PDT 2015


Fix line length, comments referring to 'this change', and the 'const std::string &' argument.
I haven't changed the llvm_unreachables() to asserts() since some targets won't notice the missing mapping.


http://reviews.llvm.org/D8171

Files:
  include/llvm/CodeGen/SelectionDAGISel.h
  include/llvm/IR/InlineAsm.h
  include/llvm/Target/TargetLowering.h
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  lib/Target/ARM/ARMISelDAGToDAG.cpp
  lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
  lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
  lib/Target/Mips/MipsISelDAGToDAG.cpp
  lib/Target/Mips/MipsISelDAGToDAG.h
  lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
  lib/Target/NVPTX/NVPTXISelDAGToDAG.h
  lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  lib/Target/Sparc/SparcISelDAGToDAG.cpp
  lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
  lib/Target/X86/X86ISelDAGToDAG.cpp
  lib/Target/XCore/XCoreISelDAGToDAG.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8171.21563.patch
Type: text/x-patch
Size: 20422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150310/847fc220/attachment.bin>


More information about the llvm-commits mailing list