[PATCH] D50800: [ARM] Use correct jump table sizes
Phillip Raffeck via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 30 06:01:03 PDT 2018
praffeck updated this revision to Diff 163313.
praffeck edited the summary of this revision.
praffeck added a comment.
Worked in feedback from @efriedma .
Shrinking optimizations are now applied iteratively. As a consequence, shrunk tables are removed from the global vector T2JumpTables to avoid attempts to shrink them again.
https://reviews.llvm.org/D50800
Files:
lib/Target/ARM/ARMConstantIslandPass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50800.163313.patch
Type: text/x-patch
Size: 8600 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180830/77498b34/attachment.bin>
More information about the llvm-commits
mailing list