[PATCH] D45732: [GlobalISel] Making VRegs w/ LLTs and RegClasses both illegal

Roman Tereshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 23 15:52:12 PDT 2018


rtereshin updated this revision to Diff 143669.
rtereshin added a comment.
Herald added a reviewer: javed.absar.

Rebased against thunk and removed a test that is no longer valid due to https://reviews.llvm.org/rL330660 (https://reviews.llvm.org/D45644)


Repository:
  rL LLVM

https://reviews.llvm.org/D45732

Files:
  include/llvm/CodeGen/GlobalISel/Utils.h
  include/llvm/CodeGen/MachineInstrBuilder.h
  include/llvm/CodeGen/MachineOperand.h
  lib/CodeGen/GlobalISel/IRTranslator.cpp
  lib/CodeGen/GlobalISel/InstructionSelector.cpp
  lib/CodeGen/GlobalISel/Utils.cpp
  lib/CodeGen/MachineOperand.cpp
  lib/CodeGen/MachineVerifier.cpp
  lib/Target/AArch64/AArch64CallLowering.cpp
  lib/Target/AArch64/AArch64InstructionSelector.cpp
  lib/Target/ARM/ARMCallLowering.cpp
  lib/Target/ARM/ARMInstructionSelector.cpp
  lib/Target/X86/X86CallLowering.cpp
  lib/Target/X86/X86InstructionSelector.cpp
  test/CodeGen/AArch64/GlobalISel/arm64-irtranslator-stackprotect.ll
  test/CodeGen/AArch64/GlobalISel/arm64-regbankselect.mir
  test/CodeGen/AArch64/GlobalISel/call-translator.ll
  test/CodeGen/AArch64/GlobalISel/irtranslator-exceptions.ll
  test/CodeGen/AArch64/GlobalISel/select-copy.ll
  test/CodeGen/ARM/GlobalISel/arm-call-lowering.ll
  test/CodeGen/X86/GlobalISel/irtranslator-callingconv.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45732.143669.patch
Type: text/x-patch
Size: 43044 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180423/66bb322e/attachment.bin>


More information about the llvm-commits mailing list