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

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 7 13:39:19 PDT 2016


t.p.northover updated this revision to Diff 63131.
t.p.northover added a comment.

Uploaded completely the wrong diff last time. This should fix it to what I intended.


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.63131.patch
Type: text/x-patch
Size: 38793 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160707/91ac5a55/attachment.bin>


More information about the llvm-commits mailing list