This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ef9e4010080 Update msbuild integration warnings: Don't warn on /Zi and /X new c10f372ba1e [InstSimplify] fold fsub+fsub with common operand new c544ebb3658 [WebAssembly] CFG sort support for exception handling new a8ab9e6d20b [Local] Add dbg location on unreachable inst in changeToUnr [...]
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/Analysis/InstructionSimplify.cpp | 5 + lib/Target/WebAssembly/WebAssemblyCFGSort.cpp | 238 ++++++++++++++----- lib/Transforms/Utils/Local.cpp | 3 +- test/CodeGen/WebAssembly/cfg-stackify-eh.ll | 263 +++++++++++++++++++++ .../InstSimplify/floating-point-arithmetic.ll | 8 +- unittests/Transforms/Utils/Local.cpp | 50 +++- 6 files changed, 505 insertions(+), 62 deletions(-) create mode 100644 test/CodeGen/WebAssembly/cfg-stackify-eh.ll