[llvm] [AMDGPU] Fix typo in v_dot4 combine (PR #115224)
Jeffrey Byrnes via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 6 17:41:55 PST 2024
================
@@ -3450,4 +3450,850 @@ entry:
}
+define amdgpu_kernel void @ByteOffsetCorrectness(ptr addrspace(1) noalias readonly align 16 %inptr0, ptr addrspace(1) noalias readonly align 16 %inptr1, ptr addrspace(1) noalias align 16 %inptr2) local_unnamed_addr {
----------------
jrbyrnes wrote:
The behavior is actually a bit difficult to reproduce with a small concise example -- optimizations / DAG building consistently transform the code in a way which hides the issue.
https://github.com/llvm/llvm-project/pull/115224
More information about the llvm-commits
mailing list