[PATCH] D111903: [SCEV] Use defining scope to bound backwards predicate search [mostly-nfc]

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 15 11:49:34 PDT 2021


nikic added a comment.

This does have an effect: https://llvm-compile-time-tracker.com/compare.php?from=69853f992048efa7fd1b2700b7b71def72300682&to=dce310f616a16f29a8eed239de9d31559de238d9&stat=instructions

Worth noting that there are some minor code size differences: https://llvm-compile-time-tracker.com/compare.php?from=69853f992048efa7fd1b2700b7b71def72300682&to=dce310f616a16f29a8eed239de9d31559de238d9&stat=size-text It seems unlikely that they're due to unreachable code (or not?), so maybe there's something more going on.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111903



More information about the llvm-commits mailing list