[PATCH] D62342: [SelectionDAG] Enhance the simplification of `copyto` from `implicit-def`.
Michael Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 24 06:48:36 PDT 2019
hliao marked an inline comment as done.
hliao added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/i1-copy-phi.ll:41-42
+
+; Make sure this won't crash.
+define <4 x float> @foo(<4 x float> addrspace(1)* %p0, <4 x float> addrspace(1)* %p1, <4 x float> %c, <4 x float> %d, i64 %len) {
+entry:
----------------
arsenm wrote:
> This should check something. I also suspect it can be reduced further
test is reduced
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62342/new/
https://reviews.llvm.org/D62342
More information about the llvm-commits
mailing list