[llvm] [GVN] Load-store forwaring of scalable store to fixed load. (PR #124748)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 29 04:12:28 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,
----------------
iamlouk wrote:
Thanks, sorry, fixed.
https://github.com/llvm/llvm-project/pull/124748
More information about the llvm-commits
mailing list