This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 10c5084 [AArch64][RegisterBankInfo] Provide alternative mappings for [...] new 0d25a93 commit back "GVN-hoist: fix store past load dependence analys [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Transforms/Utils/MemorySSA.h | 4 ++ lib/Transforms/Scalar/GVNHoist.cpp | 89 +++++++++++++----------- lib/Transforms/Utils/MemorySSA.cpp | 110 +++++++++++++++++------------- test/Transforms/GVNHoist/pr30216.ll | 52 ++++++++++++++ test/Transforms/GVNHoist/pr30499.ll | 30 ++++++++ 5 files changed, 195 insertions(+), 90 deletions(-) create mode 100644 test/Transforms/GVNHoist/pr30216.ll create mode 100644 test/Transforms/GVNHoist/pr30499.ll