[PATCH] D136524: [InstCombine] Handle select inst when eliminating constant memcpy
Anshil Gandhi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 19 06:43:54 PST 2023
gandhi21299 added a comment.
In D136524#4065295 <https://reviews.llvm.org/D136524#4065295>, @nikic wrote:
> This is missing a test with different address space and removed alloca, but otherwise looks fine.
Is there one? I can't think of a test case where the source and dest of a memcpy are in different address spaces and the alloca is removed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136524/new/
https://reviews.llvm.org/D136524
More information about the llvm-commits
mailing list