[llvm] [VPlan] Replace PhiR operand of ComputeAnyOfResult with VPIRFlags. (PR #175657)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 13 07:51:16 PST 2026


================
@@ -163,6 +163,8 @@ bool VPRecipeBase::mayHaveSideEffects() const {
   case VPDerivedIVSC:
   case VPFirstOrderRecurrencePHISC:
   case VPPredInstPHISC:
+  case VPActiveLaneMaskPHISC:
+  case VPEVLBasedIVPHISC:
----------------
ayalz wrote:

Related?

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


More information about the llvm-commits mailing list