================
----------------
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