Files
clang-p2996/llvm/lib/Transforms/InstCombine
Gabriel Baraldi a87fa7f0ca [InstCombine] Dont throw away noalias/alias scope metadata when inlining memcpys (#74805)
This was found in julia when we changed some operations from explicit
loads + stores to memcpys. While applying it to both the src and the
dest seems weird, thats what we do for normal TBAA.
2024-01-04 17:04:31 +01:00
..