This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c0fa9af fix function label name in addressofreturnaddress test new 910b53f [AArch64][RegisterBankInfo] Provide more realistic copy costs. new d53b5ad [AArch64][RegisterBankInfo] Use a proper cost for cross regba [...] new 7d96cfe [AArch64][RegisterBankInfo] Bump the cost of vector loads. new df3941c [AArch64][MachineLegalizer] Mark more G_BITCAST as legal. new d8bc7a1 [AArch64][RegisterBankInfo] Use static mapping for same bank [...] new 342fb3e [AArch64][RegisterBankInfo] Describe cross regbank copies sta [...] new dd19d1b Revert "GVN-hoist: fix store past load dependence analysis (P [...]
The 7 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/Target/AArch64/AArch64GenRegisterBankInfo.def | 40 ++++- lib/Target/AArch64/AArch64MachineLegalizer.cpp | 9 +- lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 72 +++++++- lib/Transforms/Scalar/GVNHoist.cpp | 89 +++++----- lib/Transforms/Utils/MemorySSA.cpp | 105 ++++++----- .../AArch64/GlobalISel/arm64-regbankselect.mir | 192 +++++++++++++++++++++ .../CodeGen/AArch64/GlobalISel/legalize-simple.mir | 3 + test/Transforms/GVNHoist/pr30216.ll | 52 ------ test/Transforms/GVNHoist/pr30499.ll | 30 ---- 10 files changed, 400 insertions(+), 196 deletions(-) delete mode 100644 test/Transforms/GVNHoist/pr30216.ll delete mode 100644 test/Transforms/GVNHoist/pr30499.ll