[llvm] [LV] Prefer DenseMap::lookup over find (NFC) (PR #141809)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 2 07:01:08 PDT 2025


================
@@ -10160,7 +10160,7 @@ preparePlanForEpilogueVectorLoop(VPlan &Plan, Loop *L,
     if (!ExpandR)
       continue;
     auto *ExpandedVal =
----------------
fhahn wrote:

```suggestion
    VPValue *ExpandedVal =
```

now we can spell out the simple type

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


More information about the llvm-commits mailing list