[PATCH] D104180: [NFC] [LICM] Create LoopNest Invariant Code Motion (LNICM) pass

toshiki maekawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 15 10:53:25 PDT 2021


uint256_t added a comment.

LNICM itself is no faster, but we can expect other optimizations to run thanks to LNICM and may be able to get more optimized code.


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

https://reviews.llvm.org/D104180



More information about the llvm-commits mailing list