This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d30143fb9de [MVT] Add v16f16 and v32f16 vectors. new b0b789435f8 [WebAssembly] Handle aliases in WebAssemblyFixFunctionBitcasts new 59699b910db Revert r367389 (and follow-up r368404); it caused PR43073. new 9d4313b967c Revert r369549 as it broke the bots.
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/Compiler.h | 10 +- lib/Support/regcomp.c | 7 +- lib/Target/ARM/ARMParallelDSP.cpp | 126 ++++---- .../WebAssembly/WebAssemblyFixFunctionBitcasts.cpp | 2 + test/CodeGen/ARM/O3-pipeline.ll | 3 +- test/CodeGen/ARM/ParallelDSP/blocks.ll | 79 ----- test/CodeGen/ARM/ParallelDSP/exchange.ll | 329 --------------------- test/CodeGen/ARM/ParallelDSP/overlapping.ll | 161 ---------- test/CodeGen/ARM/ParallelDSP/smlad12.ll | 2 +- test/CodeGen/WebAssembly/function-bitcasts.ll | 19 +- 10 files changed, 106 insertions(+), 632 deletions(-) delete mode 100644 test/CodeGen/ARM/ParallelDSP/blocks.ll delete mode 100644 test/CodeGen/ARM/ParallelDSP/exchange.ll delete mode 100644 test/CodeGen/ARM/ParallelDSP/overlapping.ll