[llvm] [LV] Support argmin/argmax with strict predicates. (PR #170223)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 21 15:05:46 PST 2025


================
@@ -163,6 +163,7 @@ bool VPRecipeBase::mayHaveSideEffects() const {
     return cast<VPExpressionRecipe>(this)->mayHaveSideEffects();
   case VPDerivedIVSC:
   case VPFirstOrderRecurrencePHISC:
+  case VPReductionPHISC:
----------------
fhahn wrote:

Yep

https://github.com/llvm/llvm-project/pull/170223


More information about the llvm-commits mailing list