[PATCH] D26648: Clarify semantic of reserved registers.
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 15 11:15:38 PST 2016
MatzeB updated this revision to Diff 78039.
MatzeB added a comment.
Herald added a reviewer: vkalintiris.
- Make the rules less strict, marking superregs is only a recommendation now
- Add convenience functions so that it is easy in a target to mark all super regs and to verify whether all super regs are marked
- Fix a bug where AArch64 did not reserve tuples containing the zero register
Repository:
rL LLVM
https://reviews.llvm.org/D26648
Files:
include/llvm/Target/TargetRegisterInfo.h
lib/CodeGen/MachineRegisterInfo.cpp
lib/CodeGen/MachineVerifier.cpp
lib/CodeGen/TargetRegisterInfo.cpp
lib/Target/AArch64/AArch64RegisterInfo.cpp
lib/Target/ARM/ARMBaseRegisterInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26648.78039.patch
Type: text/x-patch
Size: 9446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161115/d7c2a36f/attachment.bin>
More information about the llvm-commits
mailing list