[PATCH] D136233: [SimpleLoopUnswitch] Insert loop-invariant conditions and unswitch them when it's profitable

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 30 23:39:04 PDT 2022


mkazantsev updated this revision to Diff 471903.
mkazantsev retitled this revision from "[WIP] Virtual loop unswitching" to "[SimpleLoopUnswitch] Insert loop-invariant conditions and unswitch them when it's profitable".
mkazantsev edited the summary of this revision.
mkazantsev added reviewers: fhahn, nikic, hyeongyukim, aeubanks, jaykang10.

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

https://reviews.llvm.org/D136233

Files:
  llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  llvm/test/Transforms/SimpleLoopUnswitch/insert-invariant-conditions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136233.471903.patch
Type: text/x-patch
Size: 30494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221031/e4cfc766/attachment.bin>


More information about the llvm-commits mailing list