[PATCH] D124251: [SimpleLoopUnswitch] Run LICM for nested unswitching tests.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 12:18:12 PDT 2022


asbirlea added a comment.

+ 1 to please clarify in the test why this is necessary.
Without the context, the question will be: why not generate the IR after LICM and only test SLU? Clarify the test needs the sequence SLU on inner loop, licm to hoist freeze condition and then SLU on outer loop can be done.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124251



More information about the llvm-commits mailing list