This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ccd9c0a5d7f AMDGPU: Fold readlane from copy of SGPR or imm new b9ec7f898ec [SelectionDAG] Legalize vaargs that require vector splitting new 9ad1ee6fd3e gn build: Merge r363649 new 6ba6c1c9af6 gn build: Merge r363658 new 9ae5f77fd27 MCContext: Delete unused functions
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/MC/MCContext.h | 15 ----- lib/CodeGen/SelectionDAG/LegalizeTypes.h | 1 + lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 23 +++++++ lib/MC/MCContext.cpp | 8 --- test/CodeGen/PowerPC/legalize-vaarg.ll | 52 ++++++++++++++++ test/CodeGen/X86/legalize-vaarg.ll | 79 ++++++++++++++++++++++++ utils/gn/secondary/clang/lib/Frontend/BUILD.gn | 1 - utils/gn/secondary/llvm/unittests/IR/BUILD.gn | 1 + 8 files changed, 156 insertions(+), 24 deletions(-) create mode 100644 test/CodeGen/PowerPC/legalize-vaarg.ll create mode 100644 test/CodeGen/X86/legalize-vaarg.ll