[PATCH] D140698: [LoopUnroll] Be more permissive to high-cost loop trip count SCEV's

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 00:18:21 PST 2023


nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.

In D140698#4057643 <https://reviews.llvm.org/D140698#4057643>, @mkazantsev wrote:

> If CT impact is small, fine by me.

CT and code size impact is still large: Compile time <http://llvm-compile-time-tracker.com/compare.php?from=0a4d3eae335c1d4dc5bd9a440af4b66ccb9d0084&to=c5e124d6e00366d7b63f7fb8546cae3e69d1a3a5&stat=instructions:u>, Code size <http://llvm-compile-time-tracker.com/compare.php?from=0a4d3eae335c1d4dc5bd9a440af4b66ccb9d0084&to=c5e124d6e00366d7b63f7fb8546cae3e69d1a3a5&stat=size-text>


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140698/new/

https://reviews.llvm.org/D140698



More information about the llvm-commits mailing list