[PATCH] D75167: [RDA][ARM] collectKilledOperands across multiple blocks
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 28 06:40:33 PST 2020
samparker updated this revision to Diff 247252.
samparker added a comment.
- Fixed a bug in getUniqueReachingMIDef.
- During operand collection, visit all uses and not just killed ones.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75167/new/
https://reviews.llvm.org/D75167
Files:
llvm/include/llvm/CodeGen/ReachingDefAnalysis.h
llvm/lib/CodeGen/ReachingDefAnalysis.cpp
llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
llvm/test/CodeGen/Thumb2/LowOverheadLoops/it-block-itercount.mir
llvm/test/CodeGen/Thumb2/LowOverheadLoops/it-block-mov.mir
llvm/test/CodeGen/Thumb2/LowOverheadLoops/multiple-do-loops.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75167.247252.patch
Type: text/x-patch
Size: 10591 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200228/8ec4240b/attachment.bin>
More information about the llvm-commits
mailing list