[llvm] [VPlan] Extend cse to eliminate redundant widened loads (PR #212543)
Ramkumar Ramachandra via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 14:51:56 PDT 2026
================
----------------
artagnon wrote:
```suggestion
.Case<VPInstruction, VPWidenRecipe, VPWidenCastRecipe, VPWidenGEPRecipe,
VPReplicateRecipe, VPWidenPHIRecipe, VPWidenLoadRecipe>(
[](auto *I) { return I->getOpcode(); })
```
could add getOpcode to VPWidenLoadRecipe?
https://github.com/llvm/llvm-project/pull/212543
More information about the llvm-commits
mailing list