[PATCH] D45732: [GlobalISel] Making VRegs w/ LLTs and RegClasses both illegal
Roman Tereshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 8 14:23:27 PDT 2018
rtereshin updated this revision to Diff 145785.
rtereshin marked an inline comment as done.
rtereshin added a comment.
Rebasing against master (there was a patch committed containing some of the changes from this one), addressing comments, and tidying up the patch a little.
Repository:
rL LLVM
https://reviews.llvm.org/D45732
Files:
include/llvm/CodeGen/GlobalISel/Utils.h
include/llvm/CodeGen/MachineInstrBuilder.h
lib/CodeGen/GlobalISel/IRTranslator.cpp
lib/CodeGen/GlobalISel/InstructionSelector.cpp
lib/CodeGen/GlobalISel/Utils.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.145785.patch
Type: text/x-patch
Size: 42474 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180508/9a4d244f/attachment-0001.bin>
More information about the llvm-commits
mailing list