This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4db82cd15b0 [SanitizerCoverage] Add associated metadata to PC guards. new 1a5e05d0703 [ARM] Make PerformSHLSimplify add nodes to the DAG worklist [...] new ca4f10703e3 [FPEnv] Scalarize StrictFP vector operations new c35538fcabb [WebAssembly] Delete a specific push number from test expectations
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/CodeGen/TargetLowering.h | 16 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 5 +- lib/CodeGen/SelectionDAG/LegalizeTypes.h | 1 + lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 49 +++ lib/Target/AArch64/AArch64ISelLowering.cpp | 4 +- lib/Target/AArch64/AArch64ISelLowering.h | 3 +- lib/Target/ARM/ARMISelLowering.cpp | 23 +- lib/Target/ARM/ARMISelLowering.h | 3 + test/CodeGen/WebAssembly/exception.ll | 2 +- .../X86/vector-constrained-fp-intrinsics.ll | 456 +++++++++++++++++++++ 10 files changed, 548 insertions(+), 14 deletions(-)