[PATCH] D120232: [SelectOpti][3/4] Loop Heuristics

Sotiris Apostolakis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 23 22:14:14 PST 2022


apostolakis created this revision.
Herald added a subscriber: hiraditya.
apostolakis updated this revision to Diff 410426.
apostolakis added a comment.
apostolakis published this revision for review.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Merge


This patch adds the loop-level heuristics for determining whether branches are more profitable than conditional moves.
These heuristics apply to only inner-most loops.

Depends on D120231 <https://reviews.llvm.org/D120231>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120232

Files:
  llvm/lib/CodeGen/SelectOptimize.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120232.410426.patch
Type: text/x-patch
Size: 14113 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220224/d0d98f4e/attachment.bin>


More information about the llvm-commits mailing list