This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 547f114 X86: Avoid using _chkstk when lowering WIN_ALLOCA instructions new 5bf7d99 Simple refactoring /NFC new f9336ec [WebAssembly] Stackify induction variable increment instructions. new e448e72 [InstCombine] add another test for wrong icmp constant (PR27792) new cbc09f7 [codeview] Macroify definition of bitwise operators for flags enums.
The 4 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/DebugInfo/CodeView/CodeView.h | 117 ++++++--------------- lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 93 +++++++++++----- lib/Transforms/InstCombine/InstCombineCompares.cpp | 2 +- lib/Transforms/Instrumentation/InstrProfiling.cpp | 23 ++-- test/CodeGen/WebAssembly/cfg-stackify.ll | 34 +++--- test/CodeGen/WebAssembly/reg-stackify.ll | 24 +++++ test/Transforms/InstCombine/icmp.ll | 11 +- 7 files changed, 166 insertions(+), 138 deletions(-)