[PATCH] D144274: [InstCombine] use loop info when running the pass after loop vectorization
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 24 06:21:45 PDT 2023
sdesmalen added a comment.
At the moment this patch is NFC because after rG2ec1d0f427c7822540352c0c14d057e7bfe4f77b <https://reviews.llvm.org/rG2ec1d0f427c7822540352c0c14d057e7bfe4f77b> there are no longer any combines that make use of LoopInfo. So this patch probably isn't very useful in isolation (i.e. without D144045 <https://reviews.llvm.org/D144045>)?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144274/new/
https://reviews.llvm.org/D144274
More information about the llvm-commits
mailing list