This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c8ef2d5d1b5 SROA: Avoid creating a fragment expression that covers the [...] new 9f86840c1cc [WebAssembly] Fix trapping behavior in fptosi/fptoui. new 68fabe05046 ARM: Fix PR32578
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: lib/Target/ARM/ARMFrameLowering.cpp | 2 +- .../MCTargetDesc/WebAssemblyMCCodeEmitter.cpp | 9 +- lib/Target/WebAssembly/WebAssembly.td | 4 + lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 129 ++++++++++++++++ lib/Target/WebAssembly/WebAssemblyISelLowering.h | 3 + lib/Target/WebAssembly/WebAssemblyInstrConv.td | 88 +++++++++-- lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 8 + lib/Target/WebAssembly/WebAssemblySubtarget.cpp | 3 +- lib/Target/WebAssembly/WebAssemblySubtarget.h | 2 + test/CodeGen/ARM/pr32578.ll | 27 ++++ test/CodeGen/WebAssembly/conv-trap.ll | 163 +++++++++++++++++++++ test/CodeGen/WebAssembly/conv.ll | 18 +-- 12 files changed, 427 insertions(+), 29 deletions(-) create mode 100644 test/CodeGen/ARM/pr32578.ll create mode 100644 test/CodeGen/WebAssembly/conv-trap.ll