This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 68cbe08e327 [yaml2obj] - An attempt to fix a ppc64be build bot after r364898 new 3d796651b5a gn build: Merge r364866 new 47fd66ab160 [ARM] Stop using scalar FP instructions in integer-only MVE mode. new e2cc9930dd1 [ARM] MVE: allow soft-float ABI to pass vector types. new 2087b6adba6 [IDF] Generalize IDFCalculator to be used with Clang's CFG
The 4 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/Analysis/IteratedDominanceFrontier.h | 151 +- .../Support/GenericIteratedDominanceFrontier.h | 210 ++ lib/Analysis/CMakeLists.txt | 1 - lib/Analysis/IteratedDominanceFrontier.cpp | 104 - lib/Target/ARM/ARMISelLowering.cpp | 85 +- lib/Target/ARM/ARMISelLowering.h | 3 + lib/Target/ARM/ARMInstrMVE.td | 5 + lib/Target/ARM/ARMInstrVFP.td | 4 +- test/CodeGen/ARM/fp16-instructions.ll | 6 +- test/CodeGen/Thumb2/float-ops.ll | 43 +- test/CodeGen/Thumb2/mve-div-expand.ll | 711 ++--- test/CodeGen/Thumb2/mve-fmath.ll | 3246 +++++++------------- test/CodeGen/Thumb2/mve-fp-negabs.ll | 34 +- test/CodeGen/Thumb2/mve-shuffle.ll | 126 +- test/CodeGen/Thumb2/mve-simple-arith.ll | 75 +- test/CodeGen/Thumb2/mve-soft-float-abi.ll | 83 + .../clang/unittests/StaticAnalyzer/BUILD.gn | 1 + 17 files changed, 1834 insertions(+), 3054 deletions(-) create mode 100644 include/llvm/Support/GenericIteratedDominanceFrontier.h delete mode 100644 lib/Analysis/IteratedDominanceFrontier.cpp create mode 100644 test/CodeGen/Thumb2/mve-soft-float-abi.ll