[PATCH] D41543: [Transforms] Propagate new-format TBAA tags on simplification of memory-transfer intrinsics
Serge Pavlov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 15 22:22:31 PST 2018
sepavloff added a comment.
TBAA decorations are still absent in the case of `struct-assign-tbaa-new.ll`, but it does not caused by this patch. The module returned by `parseIRFile` does not contain TBAA metadata in the case of this test, while `struct-assign-tbaa.ll` works as expected. Looks like an issue of loading new TBAA data from .ll file.
https://reviews.llvm.org/D41543
More information about the llvm-commits
mailing list