[PATCH] D47794: [LSR] Check yet more intrinsic pointer operands
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 5 12:27:52 PDT 2018
arsenm added inline comments.
================
Comment at: test/Transforms/LoopStrengthReduce/AMDGPU/preserve-addrspace-assert.ll:85
+
+declare void @llvm.memcpy(i8 addrspace(5)* nocapture writeonly, i8 addrspace(5)* nocapture readonly, i64, i1)
+
----------------
arsenm wrote:
> Missing the mangled part of the name
Also could use tests to stress different address spaces for source and dest
Repository:
rL LLVM
https://reviews.llvm.org/D47794
More information about the llvm-commits
mailing list