[llvm] [GVN] Load-store forwaring of scalable store to fixed load. (PR #124748)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 30 00:36:36 PST 2025
================
@@ -641,3 +641,117 @@ entry:
call void @llvm.lifetime.end.p0(i64 -1, ptr nonnull %ref.tmp)
ret { <vscale x 16 x i8>, <vscale x 16 x i8>, <vscale x 16 x i8>, <vscale x 16 x i8> } %15
}
+
+define <vscale x 4 x float> @scalable_store_to_fixed_load(<vscale x 4 x float> %.coerce) #1 {
----------------
iamlouk wrote:
Thanks, I just did that.
https://github.com/llvm/llvm-project/pull/124748
More information about the llvm-commits
mailing list