[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
================
@@ -1180,6 +1180,9 @@ class VPInstruction : public VPRecipeWithIRFlags {
// operand). Only generates scalar values (either for the first lane only or
// for all lanes, depending on its uses).
PtrAdd,
+ // An abstract representation of the vector loops header mask, to be lowered
+ // later depending on target preference.
+ HeaderMask,
----------------
fhahn wrote:
Moved, thanks!
https://github.com/llvm/llvm-project/pull/89603
More information about the llvm-commits
mailing list