[PATCH] D104180: [NFC] [LICM] Create LoopNest Invariant Code Motion (LNICM) pass
toshiki maekawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 24 09:47:58 PDT 2021
uint256_t added a comment.
I don't introduce a lot of changes for LNICM, and reuse as much code in LICM as possible.
Some transformations really benefit from perfect loop nest. One of the examples is loop-interchange as shown in a lit test.
LICM cannot maintain perfect loop nest, so we need to add LNICM.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104180/new/
https://reviews.llvm.org/D104180
More information about the llvm-commits
mailing list