[PATCH] D97406: [Vectorizers]Improve emission of logical or/and reductions.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 01:33:19 PST 2021


lebedev.ri added a comment.

Why can't we just do the costmodel change, and then canonicalize to the right variant (i.e. away from `@llvm.vector.reduce.?.v?i1`) in instcombine?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97406



More information about the llvm-commits mailing list