[PATCH] D155786: [LV] Rename the Select[I|F]Cmp reduction pattern to [I|F]AnyOf. (NFC)

Ramkumar Ramachandra via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 04:11:16 PDT 2023


artagnon 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.
 ;
----------------
Typo: duplicated.


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