[PATCH] D155786: [LV] Rename the Select[I|F]Cmp reduction pattern to [I|F]AnyOf. (NFC)
Mel Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 31 20:13:38 PDT 2023
Mel-Chen marked 2 inline comments as done.
Mel-Chen added inline comments.
================
Comment at: llvm/test/Transforms/LoopVectorize/smax-idx.ll:95
+; TODO: It may be possible to reuse some of the methods in instcombine pass to
+; check whether icmp can be dupicated.
;
----------------
artagnon wrote:
> Typo: duplicated.
Nice catch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155786/new/
https://reviews.llvm.org/D155786
More information about the llvm-commits
mailing list