[PATCH] D21885: RegScavenging: Add scavengeRegisterBackwards()
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 6 19:18:30 PDT 2016
MatzeB updated this revision to Diff 63014.
MatzeB added a comment.
Thanks for the review. I improved the comments and used std:find_if which does indeed improve code clarity.
Repository:
rL LLVM
http://reviews.llvm.org/D21885
Files:
include/llvm/CodeGen/RegisterScavenging.h
lib/CodeGen/PrologEpilogInserter.cpp
lib/CodeGen/RegisterScavenging.cpp
test/CodeGen/AMDGPU/captured-frame-index.ll
test/CodeGen/Mips/emergency-spill-slot-near-fp.ll
test/CodeGen/PowerPC/dyn-alloca-aligned.ll
test/CodeGen/SystemZ/frame-13.ll
test/CodeGen/SystemZ/frame-14.ll
test/CodeGen/SystemZ/frame-15.ll
test/CodeGen/SystemZ/frame-16.ll
test/CodeGen/Thumb/large-stack.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21885.63014.patch
Type: text/x-patch
Size: 26500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160707/b06815cb/attachment.bin>
More information about the llvm-commits
mailing list