[PATCH] D30046: [globalisel] Change LLT constructor string into an LLT subclass that knows how to generate it.

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 23 09:53:02 PST 2017


dsanders updated this revision to Diff 89525.
dsanders added a comment.
Herald added subscribers: mgorny, nhaehnle, arsenm.
Herald added a reviewer: javed.absar.

Update following discussion in https://reviews.llvm.org/D30047

For the header, I went with Support/LowLevelTypeImpl.h on the basis that more people develop CodeGen than TableGen.


https://reviews.llvm.org/D30046

Files:
  include/llvm/CodeGen/GlobalISel/InstructionSelector.h
  include/llvm/CodeGen/LowLevelType.h
  include/llvm/Support/LowLevelTypeImpl.h
  lib/CodeGen/GlobalISel/IRTranslator.cpp
  lib/CodeGen/GlobalISel/InstructionSelect.cpp
  lib/CodeGen/LowLevelType.cpp
  lib/Support/CMakeLists.txt
  lib/Support/LowLevelType.cpp
  lib/Target/AArch64/AArch64CallLowering.cpp
  lib/Target/AArch64/AArch64InstructionSelector.cpp
  lib/Target/AMDGPU/AMDGPUCallLowering.cpp
  lib/Target/X86/X86CallLowering.cpp
  test/CodeGen/AArch64/GlobalISel/arm64-instructionselect-xor.mir
  test/CodeGen/AArch64/GlobalISel/arm64-instructionselect.mir
  test/TableGen/GlobalISelEmitter.td
  unittests/CodeGen/LowLevelTypeTest.cpp
  utils/TableGen/GlobalISelEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30046.89525.patch
Type: text/x-patch
Size: 62770 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170223/d59d804a/attachment.bin>


More information about the llvm-commits mailing list