[PATCH] D28566: Disable Callee Saved Registers
Oren Ben Simhon via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 15 08:33:14 PST 2017
oren_ben_simhon updated this revision to Diff 88546.
oren_ben_simhon added a comment.
Implemented comments posted until 2/14 (Thank You Matthias & Quentin).
The main difference from last revision is that i moved the allocation and calculation of the updates CSR list.
The calculation will be performed every time a register is disabled and not when the list is requested.
This way we don't need a const cast when retrieving the CSR list.
Repository:
rL LLVM
https://reviews.llvm.org/D28566
Files:
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/MachineRegisterInfo.h
include/llvm/CodeGen/RegisterClassInfo.h
lib/CodeGen/AggressiveAntiDepBreaker.cpp
lib/CodeGen/CriticalAntiDepBreaker.cpp
lib/CodeGen/LivePhysRegs.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/MachineRegisterInfo.cpp
lib/CodeGen/RegAllocPBQP.cpp
lib/CodeGen/RegisterClassInfo.cpp
lib/CodeGen/TargetFrameLoweringImpl.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/X86/X86MachineFunctionInfo.cpp
test/CodeGen/X86/DynamicCalleeSavedRegisters.ll
test/CodeGen/X86/avx512-regcall-NoMask.ll
test/CodeGen/X86/sse-regcall.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28566.88546.patch
Type: text/x-patch
Size: 29255 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170215/0ac14663/attachment.bin>
More information about the llvm-commits
mailing list