[PATCH] D96386: [AMDGPU] Fix promote alloca with double use in a same insn
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 10 13:02:19 PST 2021
rampitec added a comment.
Here is what happens w/o the patch:
i8* call void @llvm.memcpy.p0i8.p3i8.i64(i8 addrspace(3)* align 8 %i, i8 addrspace(3)* align 8 %i1, i64 16, i1 false)
As you may see both operands are correctly updated. That is mangling of the memcpy is wrong (p0i8 for the first operand).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96386/new/
https://reviews.llvm.org/D96386
More information about the llvm-commits
mailing list