This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 916666c38a9 [gn build] Add action to generate VCSRevision.h and use it [...] new 2439d1bffcb [X86] Replace '-mcpu=skx' with -mattr=avx512f or -mattr=avx [...] new c689f67424d [NVPTX] Add lowering of i128 numbers as struct fields new c3ceb237299 [lit] Add a generic build script with a lit substitution. new bd238eb6685 Use RequireNullTerminator=false in identify_magic.
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: lib/BinaryFormat/Magic.cpp | 2 +- lib/Target/NVPTX/NVPTXISelLowering.cpp | 12 ++++++++++++ test/Analysis/CostModel/X86/interleave-load-i32.ll | 2 +- test/Analysis/CostModel/X86/interleave-store-i32.ll | 2 +- test/Analysis/CostModel/X86/strided-load-i16.ll | 2 +- test/Analysis/CostModel/X86/strided-load-i32.ll | 2 +- test/Analysis/CostModel/X86/strided-load-i64.ll | 2 +- test/Analysis/CostModel/X86/strided-load-i8.ll | 2 +- test/CodeGen/NVPTX/i128-struct.ll | 13 +++++++++++++ utils/lit/lit/llvm/config.py | 2 ++ 10 files changed, 34 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/NVPTX/i128-struct.ll