[llvm] [LV] Support strided load with a stride of -1 (PR #128718)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 2 03:16:15 PDT 2025


================
@@ -2742,8 +2797,8 @@ struct VPWidenStoreRecipe final : public VPWidenMemoryRecipe {
   bool onlyFirstLaneUsed(const VPValue *Op) const override {
     assert(is_contained(operands(), Op) &&
            "Op must be an operand of the recipe");
-    // Widened, consecutive stores only demand the first lane of their address,
-    // unless the same operand is also stored.
+    // Widened, consecutive stores only demand the first lane of their
+    // address, unless the same operand is also stored.
----------------
lukel97 wrote:

Nit stray change

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


More information about the llvm-commits mailing list