[PATCH] D70009: [ARM][ReachingDefAnalysis] Use RDA for loloops
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 13 07:14:22 PST 2019
samparker updated this revision to Diff 229093.
samparker added a comment.
- Added liveness tracking as a requirement to RDA, and removed the setting of the property.
- Removed the CPSR stuff from low-overhead loops, as well as the related test changes.
- Rewrote the neon test because the liveness information needed to be encoded.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70009/new/
https://reviews.llvm.org/D70009
Files:
llvm/include/llvm/CodeGen/ReachingDefAnalysis.h
llvm/lib/CodeGen/ReachingDefAnalysis.cpp
llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
llvm/test/CodeGen/ARM/O3-pipeline.ll
llvm/test/CodeGen/Thumb2/ifcvt-neon-deprecated.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70009.229093.patch
Type: text/x-patch
Size: 15075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191113/6b05ae61/attachment.bin>
More information about the llvm-commits
mailing list