This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cb6d1820b8f Fix PR33514 new 48ff7cfe277 [SystemZ] Eliminate unnecessary serialization operations new e6a2101d1d2 [SystemZ] Add support for 128-bit atomic load/store/cmpxchg
The 2 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/SystemZ/SystemZISelLowering.cpp | 137 +++++++++++++++++++++++++++-- lib/Target/SystemZ/SystemZISelLowering.h | 18 ++++ lib/Target/SystemZ/SystemZInstrInfo.td | 9 +- lib/Target/SystemZ/SystemZOperators.td | 22 +++++ test/CodeGen/SystemZ/atomic-load-01.ll | 1 - test/CodeGen/SystemZ/atomic-load-02.ll | 1 - test/CodeGen/SystemZ/atomic-load-03.ll | 1 - test/CodeGen/SystemZ/atomic-load-04.ll | 1 - test/CodeGen/SystemZ/atomic-load-05.ll | 13 +++ test/CodeGen/SystemZ/atomic-store-01.ll | 9 ++ test/CodeGen/SystemZ/atomic-store-02.ll | 9 ++ test/CodeGen/SystemZ/atomic-store-03.ll | 9 ++ test/CodeGen/SystemZ/atomic-store-04.ll | 9 ++ test/CodeGen/SystemZ/atomic-store-05.ll | 25 ++++++ test/CodeGen/SystemZ/cmpxchg-06.ll | 113 ++++++++++++++++++++++++ 15 files changed, 361 insertions(+), 16 deletions(-) create mode 100644 test/CodeGen/SystemZ/atomic-load-05.ll create mode 100644 test/CodeGen/SystemZ/atomic-store-05.ll create mode 100644 test/CodeGen/SystemZ/cmpxchg-06.ll