Files
clang-p2996/llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
Florian Hahn dadf6f2c5a [VPlan] Ignore incoming values with constant false mask. (#89384)
Ignore incoming values with constant false masks when trying to simplify
VPBlendRecipes.

As a follow-on optimization, we should also be able to drop all incoming
values with false masks by creating a new VPBlendRecipe with those
operands dropped.

PR: https://github.com/llvm/llvm-project/pull/89384
2024-04-23 13:59:01 +01:00

8.9 KiB