This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e8d1d04c890 GlobalISel: Implement widenScalar for basic FP ops new cd9e59a140a [X86] Auto upgrade VPCOM/VPCOMU intrinsics to generic integ [...] new 76182202214 AMDGPU/GlobalISel: Really legalize exts from i1
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: include/llvm/IR/IntrinsicsX86.td | 25 ------- lib/IR/AutoUpgrade.cpp | 46 ++++++------ lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 3 +- lib/Target/X86/X86IntrinsicsInfo.h | 8 --- lib/Transforms/InstCombine/InstCombineCalls.cpp | 55 --------------- test/CodeGen/AMDGPU/GlobalISel/legalize-anyext.mir | 32 ++++++--- test/CodeGen/AMDGPU/GlobalISel/legalize-zext.mir | 30 +++++--- test/CodeGen/X86/commute-xop.ll | 18 +++-- test/CodeGen/X86/xop-intrinsics-x86_64-upgrade.ll | 80 +++++++++++++++++++++ test/CodeGen/X86/xop-intrinsics-x86_64.ll | 81 ---------------------- 10 files changed, 157 insertions(+), 221 deletions(-)