This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a485f5b7eab [AMDGPU] Handle undef old operand in DPP combine new 96335c9f252 [GISel] Allow getConstantVRegVal() to return G_FCONSTANT values. new c60c94f2012 [X86] Add test cases for packus/ssat/usat 32i32->v32i8 test [...] new 6674dfade60 [X86] Guard against leaving a dangling node in combineTrunc [...] new 2dc160dc77e [GISel] Simplifying return from else in function. NFC
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/CodeGen/GlobalISel/Utils.h | 12 +- lib/CodeGen/GlobalISel/Utils.cpp | 41 ++-- lib/Target/X86/X86ISelLowering.cpp | 17 +- test/CodeGen/AMDGPU/GlobalISel/legalize-frint.mir | 36 ++-- test/CodeGen/X86/min-legal-vector-width.ll | 19 ++ test/CodeGen/X86/vector-trunc-packus.ll | 54 ++++++ test/CodeGen/X86/vector-trunc-ssat.ll | 51 +++++ test/CodeGen/X86/vector-trunc-usat.ll | 208 +++++++++++++++++++++ .../CodeGen/GlobalISel/ConstantFoldingTest.cpp | 168 +++++++++++++++++ 9 files changed, 564 insertions(+), 42 deletions(-)