This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b0883a15636 gn build: make windows build less broken new 0d4ac912631 [LegalizeTypes][X86] When splitting a vselect for type lega [...] new 9b2a6eb0bb3 [X86] Add custom type legalization for v16i64->v16i8 trunca [...]
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: lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp | 15 ++- lib/Target/X86/X86ISelLowering.cpp | 26 ++++- test/CodeGen/X86/avx512-vselect.ll | 59 ++++------- test/CodeGen/X86/min-legal-vector-width.ll | 61 ++++------- test/CodeGen/X86/pr34177.ll | 121 +++++++++++++++------- test/CodeGen/X86/vector-trunc-packus.ll | 65 +++++++++--- test/CodeGen/X86/vector-trunc-ssat.ll | 59 ++++++++--- test/CodeGen/X86/vector-trunc-usat.ll | 50 +++++++-- 8 files changed, 295 insertions(+), 161 deletions(-)