This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a719a1d SDAG: Implement Select instead of SelectImpl in SystemZDAGToDAGISel new 20520cf SDAG: Implement Select instead of SelectImpl in WebAssemblyDA [...] new 1903559 [LAA] Prepare the code to print more things in the summary. NFC new 27aef50 [LAA] Include MaxSafeDepDistBytes in the analysis print-out new 399774e SDAG: Implement Select instead of SelectImpl in XCoreDAGToDAGISel new 7430989 [PM] Port LowerAtomic to the new pass manager. new d2cf73d [AArch64] Simplify logic to reduce vertical space. NFC.
The 6 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/InitializePasses.h | 2 +- include/llvm/Transforms/Scalar/LowerAtomic.h | 29 +++++++ lib/Analysis/LoopAccessAnalysis.cpp | 9 +- lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 8 +- lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp | 18 +--- lib/Target/XCore/XCoreISelDAGToDAG.cpp | 66 ++++++++------- lib/Transforms/Scalar/LowerAtomic.cpp | 96 +++++++++++++--------- lib/Transforms/Scalar/Scalar.cpp | 2 +- .../LoopAccessAnalysis/safe-with-dep-distance.ll | 37 +++++++++ test/Transforms/LowerAtomic/atomic-load.ll | 1 + 12 files changed, 176 insertions(+), 94 deletions(-) create mode 100644 include/llvm/Transforms/Scalar/LowerAtomic.h create mode 100644 test/Analysis/LoopAccessAnalysis/safe-with-dep-distance.ll