[llvm] [VPlan] Extend cse to eliminate redundant widened loads (PR #212543)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 07:01:55 PDT 2026


================

----------------
artagnon wrote:

```suggestion
          auto Loc = vputils::getMemoryLocation(*EarlierLoad);
          if (!canCSEWithNoAliasCheck(*Loc, EarlierLoad, Def))
```

unnecessary cast? Takes a VPRecipeBase anyway?

https://github.com/llvm/llvm-project/pull/212543


More information about the llvm-commits mailing list