This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ef0c677e625 [Hexagon] Make PS_fi and PS_fia extendable (they both expan [...] new b1eb7bb6ec1 [InstCombine] improve folds for icmp gt/lt (shr X, C1), C2 new 365cb32dfed [WebAssembly] Add the rest of the atomic loads
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: .../MCTargetDesc/WebAssemblyMCTargetDesc.h | 6 + lib/Target/WebAssembly/WebAssemblyInstrAtomics.td | 177 +++++++++++- lib/Target/WebAssembly/WebAssemblyInstrMemory.td | 65 ++--- .../WebAssembly/WebAssemblySetP2AlignOperands.cpp | 6 + lib/Transforms/InstCombine/InstCombineCompares.cpp | 77 +++--- test/CodeGen/WebAssembly/atomics.ll | 16 -- .../WebAssembly/i32-load-store-alignment.ll | 28 +- .../WebAssembly/i64-load-store-alignment.ll | 25 +- test/CodeGen/WebAssembly/load-ext-atomic.ll | 102 +++++++ test/CodeGen/WebAssembly/offset-atomics.ll | 307 +++++++++++++++++++++ test/Transforms/InstCombine/icmp-shr-lt-gt.ll | 48 ++-- 11 files changed, 714 insertions(+), 143 deletions(-) delete mode 100644 test/CodeGen/WebAssembly/atomics.ll create mode 100644 test/CodeGen/WebAssembly/load-ext-atomic.ll create mode 100644 test/CodeGen/WebAssembly/offset-atomics.ll