This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c2a8447 [SCCP] Zap multiple return values. new 991d814 [GVNHoist] Don't hoist PHI nodes new e212aa9 [AArch64][FastISel] Select atomic stores into STLR. new 5181825 [AArch64][FastISel] Select -O0 legal cmpxchg.
The 3 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: lib/Target/AArch64/AArch64FastISel.cpp | 98 +++++++++++- lib/Transforms/Scalar/GVNHoist.cpp | 12 +- test/CodeGen/AArch64/cmpxchg-O0.ll | 2 +- test/CodeGen/AArch64/fast-isel-atomic.ll | 244 ++++++++++++++++++++++++++++++ test/CodeGen/AArch64/fast-isel-cmpxchg.ll | 72 +++++++++ test/Transforms/GVN/pr28626.ll | 42 +++++ 6 files changed, 462 insertions(+), 8 deletions(-) create mode 100644 test/CodeGen/AArch64/fast-isel-atomic.ll create mode 100644 test/CodeGen/AArch64/fast-isel-cmpxchg.ll create mode 100644 test/Transforms/GVN/pr28626.ll