[PATCH] D109645: [LV] Recognize intrinsic min/max reductions

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 13 06:13:01 PDT 2021


dmgreen added a comment.

In D109645#2996912 <https://reviews.llvm.org/D109645#2996912>, @fhahn wrote:

> Looks reasonable. Could you recommit the tests?

Sure, I can do that. I'm not sure it helps much, the tests just go from "CHECK-NOT <2 x i32> @llvm.smin" to "CHECK: <2 x i32> @llvm.smin" :)


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

https://reviews.llvm.org/D109645



More information about the llvm-commits mailing list