[llvm] [VPlan] Add new VPInstruction ocpode for header mask. (PR #89603)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Fri May 3 06:19:44 PDT 2024
================
@@ -132,6 +132,7 @@ bool VPRecipeBase::mayHaveSideEffects() const {
case VPInstruction::CalculateTripCountMinusVF:
case VPInstruction::CanonicalIVIncrementForPart:
case VPInstruction::PtrAdd:
+ case VPInstruction::HeaderMask:
----------------
fhahn wrote:
Done, thanks!
https://github.com/llvm/llvm-project/pull/89603
More information about the llvm-commits
mailing list