This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 68af26d127b [DebugInfo][If-Converter] Update call site info during the [...] new 66296916e54 [WebAssembly] Fix a bug in 'try' placement new 265327e7cf0 (Re)generate various tests. NFC new 1f32e45f413 [NFC][CVP] Add tests where we can replace sext with zext
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/WebAssembly/WebAssemblyCFGStackify.cpp | 36 +- test/CodeGen/AArch64/arm64-rev.ll | 230 ++++++++- test/CodeGen/AMDGPU/lshr.v2i16.ll | 550 ++++++++++++++++++-- test/CodeGen/AMDGPU/shl.v2i16.ll | 575 ++++++++++++++++++--- test/CodeGen/ARM/rev.ll | 57 +- test/CodeGen/Thumb/rev.ll | 25 +- test/CodeGen/WebAssembly/cfg-stackify-eh.ll | 27 + test/Transforms/CorrelatedValuePropagation/sext.ll | 107 ++++ 8 files changed, 1427 insertions(+), 180 deletions(-) create mode 100644 test/Transforms/CorrelatedValuePropagation/sext.ll