[PATCH] D22008: GlobalISel: implement low-level type suitable for MachineInstr selection

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 11:33:36 PDT 2016


t.p.northover updated this revision to Diff 62921.
t.p.northover marked 2 inline comments as done.
t.p.northover added a comment.

Only change in the end was enforcing no single-lane vectors in LLT::LLT (I think).


Repository:
  rL LLVM

http://reviews.llvm.org/D22008

Files:
  include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
  include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
  include/llvm/CodeGen/LowLevelType.h
  include/llvm/CodeGen/MachineInstr.h
  lib/CodeGen/CMakeLists.txt
  lib/CodeGen/GlobalISel/IRTranslator.cpp
  lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
  lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
  lib/CodeGen/LowLevelType.cpp
  lib/CodeGen/MIRParser/MILexer.cpp
  lib/CodeGen/MIRParser/MILexer.h
  lib/CodeGen/MIRParser/MIParser.cpp
  lib/CodeGen/MIRPrinter.cpp
  lib/CodeGen/MachineInstr.cpp
  lib/Target/AArch64/AArch64RegisterBankInfo.cpp
  lib/Target/AArch64/AArch64RegisterBankInfo.h
  test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
  test/CodeGen/AArch64/GlobalISel/arm64-regbankselect.mir
  test/CodeGen/AMDGPU/GlobalISel/amdgpu-irtranslator.ll
  test/CodeGen/MIR/X86/generic-instr-type-error.mir
  test/CodeGen/MIR/X86/generic-virtual-registers.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22008.62921.patch
Type: text/x-patch
Size: 37992 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160706/4f7f0b67/attachment.bin>


More information about the llvm-commits mailing list