This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 76f4f248702 [llvm/test/Object] Remove redundant test case. NFC new 403adef16f9 [AArch64] NFC: Add generic StackOffset to describe scalable [...] new 1d19def883e gn build: Merge r368021 new 19f5c7bbedc [X86][SSE] Call SimplifyMultipleUseDemandedBits on PACKSS/P [...]
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: lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp | 7 +- lib/Target/AArch64/AArch64FrameLowering.cpp | 89 +++++++++-------- lib/Target/AArch64/AArch64FrameLowering.h | 14 +-- lib/Target/AArch64/AArch64InstrInfo.cpp | 20 ++-- lib/Target/AArch64/AArch64InstrInfo.h | 7 +- lib/Target/AArch64/AArch64RegisterInfo.cpp | 31 +++--- lib/Target/AArch64/AArch64StackOffset.h | 105 +++++++++++++++++++++ lib/Target/X86/X86ISelLowering.cpp | 28 +++++- test/CodeGen/X86/vector-trunc-packus-widen.ll | 2 +- test/CodeGen/X86/vector-trunc-packus.ll | 2 +- test/CodeGen/X86/vector-trunc-ssat-widen.ll | 2 +- test/CodeGen/X86/vector-trunc-ssat.ll | 2 +- test/CodeGen/X86/vector-trunc-usat-widen.ll | 8 +- test/CodeGen/X86/vector-trunc-usat.ll | 8 +- unittests/Target/AArch64/CMakeLists.txt | 1 + unittests/Target/AArch64/TestStackOffset.cpp | 60 ++++++++++++ utils/gn/secondary/llvm/lib/ObjectYAML/BUILD.gn | 8 ++ utils/gn/secondary/llvm/tools/yaml2obj/BUILD.gn | 8 -- .../secondary/llvm/unittests/ObjectYAML/BUILD.gn | 1 + 19 files changed, 305 insertions(+), 98 deletions(-) create mode 100644 lib/Target/AArch64/AArch64StackOffset.h create mode 100644 unittests/Target/AArch64/TestStackOffset.cpp