[llvm] [VPlan] Handle AnyOf when unrolling. (PR #145340)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 26 14:58:18 PDT 2025
================
@@ -952,8 +952,10 @@ class VPInstruction : public VPRecipeWithIRFlags,
// operand). Only generates scalar values (either for the first lane only or
// for all lanes, depending on its uses).
PtrAdd,
- // Returns a scalar boolean value, which is true if any lane of its (only
- // boolean) vector operand is true.
+ // Returns a scalar boolean value, which is true if any lane of its
+ // (boolean) vector operand is true. It produces the reduced value across
----------------
fhahn wrote:
Updated in 772eb075674b413fe1409cf10c6dc58d560004c5
https://github.com/llvm/llvm-project/pull/145340
More information about the llvm-commits
mailing list