[llvm] [GVN] Load-store forwaring of scalable store to fixed load. (PR #124748)

David Green via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 28 07:24:38 PST 2025


================
@@ -315,6 +345,16 @@ static Value *getStoreValueForLoadHelper(Value *SrcVal, unsigned Offset,
     return SrcVal;
   }
 
+  // For the case of a scalable vector beeing forwarded to a fixed-sized load,
----------------
davemgreen wrote:

-> being

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


More information about the llvm-commits mailing list