[PATCH] D56005: [RFC] [LLVM] Allocatable Global Register Variables for ARM
Carey Williams via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 23 09:26:09 PST 2019
carwil updated this revision to Diff 183115.
carwil added a comment.
Added more test coverage, notably that to catch issues with using reserved registers for alignment and making up Thumb reg deficit.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56005/new/
https://reviews.llvm.org/D56005
Files:
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMBaseRegisterInfo.cpp
lib/Target/ARM/ARMFrameLowering.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/ARMTargetTransformInfo.h
test/CodeGen/ARM/named-reg-alloc.ll
test/CodeGen/ARM/reg-alloc-no-alignment.ll
test/CodeGen/ARM/reg-alloc-with-fixed-reg-r5-r6.ll
test/CodeGen/ARM/reg-alloc-with-fixed-reg-r5.ll
test/CodeGen/ARM/reg-alloc-with-fixed-reg-r6-modified.ll
test/CodeGen/ARM/reg-alloc-with-fixed-reg-r6.ll
test/CodeGen/ARM/reg-alloc-wout-fixed-regs.ll
test/CodeGen/Thumb/callee_save_reserved.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56005.183115.patch
Type: text/x-patch
Size: 21616 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190123/00af9252/attachment.bin>
More information about the llvm-commits
mailing list