This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3d2ef31 [WebAssembly] Handle f16 in fast-isel. new f7f0f08 [ARM] auto-generate complete checks; NFC new e3a136c GlobalISel: check for CImm rather than Imm on G_CONSTANTs. new 43d5d8c [WebAssembly] Define an initial set of relocation types for Wasm.
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: include/llvm/Support/Wasm.h | 6 ++++ include/llvm/Support/WasmRelocs/WebAssembly.def | 11 ++++++ lib/CodeGen/GlobalISel/InstructionSelect.cpp | 7 ++-- .../GlobalISel/arm64-instructionselect-xor.mir | 7 ++-- test/CodeGen/ARM/arm-and-tst-peephole.ll | 42 +++++++++++++++++----- 5 files changed, 59 insertions(+), 14 deletions(-) create mode 100644 include/llvm/Support/WasmRelocs/WebAssembly.def