This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7159cf41014 [AMDGPU] Mark test functions with hidden visibility new ee92f68b88d [X86][AVX] Add VMOVDDUP-VPBROADCASTQ execution domain mapping new 37655864826 [COFF, ARM64] Fix localaddress to handle stack realignment [...]
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: include/llvm/CodeGen/MachineFunction.h | 4 - include/llvm/CodeGen/TargetFrameLowering.h | 11 + lib/CodeGen/AsmPrinter/WinException.cpp | 6 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 - lib/Target/AArch64/AArch64FrameLowering.cpp | 47 +++- lib/Target/AArch64/AArch64FrameLowering.h | 3 + lib/Target/AArch64/AArch64ISelLowering.cpp | 12 +- lib/Target/AArch64/AArch64RegisterInfo.cpp | 17 +- lib/Target/AArch64/AArch64RegisterInfo.h | 2 + lib/Target/X86/X86InstrInfo.cpp | 4 + test/CodeGen/AArch64/seh-finally.ll | 308 ++++++++++++++++++--- test/CodeGen/AArch64/seh-localescape.ll | 30 -- test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 2 +- test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 2 +- test/CodeGen/X86/avx2-vbroadcast.ll | 20 +- .../X86/avx512-shuffles/broadcast-scalar-int.ll | 2 +- .../X86/avx512-shuffles/broadcast-vector-int.ll | 4 +- .../CodeGen/X86/avx512-shuffles/partial_permute.ll | 6 +- test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll | 2 +- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 5 +- test/CodeGen/X86/broadcast-elm-cross-splat-vec.ll | 12 +- test/CodeGen/X86/insert-loaded-scalar.ll | 13 +- test/CodeGen/X86/insertelement-var-index.ll | 13 +- test/CodeGen/X86/oddshuffles.ll | 6 +- test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 16 +- test/CodeGen/X86/subvector-broadcast.ll | 18 +- test/CodeGen/X86/vector-shift-lshr-sub128.ll | 16 +- test/CodeGen/X86/vector-shuffle-128-v2.ll | 26 +- test/CodeGen/X86/vector-shuffle-128-v4.ll | 12 +- test/CodeGen/X86/vector-shuffle-256-v4.ll | 12 +- test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 4 +- test/CodeGen/X86/vector-shuffle-combining-xop.ll | 4 +- test/CodeGen/X86/vector-shuffle-combining.ll | 10 +- test/CodeGen/X86/vector-trunc-math-widen.ll | 152 +++++----- test/CodeGen/X86/vector-trunc-math.ll | 152 +++++----- test/CodeGen/X86/vector-trunc-widen.ll | 8 +- test/CodeGen/X86/vector-trunc.ll | 8 +- test/CodeGen/X86/widened-broadcast.ll | 30 +- 38 files changed, 591 insertions(+), 410 deletions(-) delete mode 100644 test/CodeGen/AArch64/seh-localescape.ll