[PATCH] D126114: [BOLT] Increase coverage of shrink wrapping [4/5]

Rafael Auler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 20 20:24:25 PDT 2022


rafauler created this revision.
rafauler added reviewers: Amir, maksfb, yota9, ayermolo, zr33.
Herald added a subscriber: mgrang.
Herald added a project: All.
rafauler requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Change shrink-wrapping to try a priority list of save
positions, instead of trying the best one and giving up if it doesn't
work. This also increases coverage.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126114

Files:
  bolt/include/bolt/Passes/ShrinkWrapping.h
  bolt/lib/Passes/ShrinkWrapping.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126114.431119.patch
Type: text/x-patch
Size: 10391 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220521/b616f848/attachment.bin>


More information about the llvm-commits mailing list