[llvm] [VPlan] Add new VPInstruction ocpode for header mask. (PR #89603)
via llvm-commits
llvm-commits at lists.llvm.org
Wed May 1 10:09:55 PDT 2024
================
@@ -132,6 +132,7 @@ bool VPRecipeBase::mayHaveSideEffects() const {
case VPInstruction::CalculateTripCountMinusVF:
case VPInstruction::CanonicalIVIncrementForPart:
case VPInstruction::PtrAdd:
+ case VPInstruction::HeaderMask:
----------------
ayalz wrote:
nit: would be good to list in lex order, so better placed before PtrAdd.
https://github.com/llvm/llvm-project/pull/89603
More information about the llvm-commits
mailing list