[llvm] [VPlan] Extract reverse operation for reverse accesses (PR #146525)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 26 02:21:18 PST 2025


================
@@ -2341,21 +2356,37 @@ InstructionCost VPWidenCastRecipe::computeCost(ElementCount VF,
     return TTI::CastContextHint::Normal;
   };
 
+  using namespace llvm::VPlanPatternMatch;
----------------
fhahn wrote:

```suggestion
```

There should already be a `using` at top

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


More information about the llvm-commits mailing list