[PATCH] D98981: [SLP] allow matching integer min/max intrinsics as reduction ops

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 26 04:49:25 PDT 2021


mkazantsev added a comment.

FYI: this is causing bug https://bugs.llvm.org/show_bug.cgi?id=49730. It seems that there is more than one place scattered over the code that match exactly select instruction, and they need some update. I propose to revert this and re-enable after all such places are updated properly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98981



More information about the llvm-commits mailing list