This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 25754c1 [WebAssembly] Use LEB encoding for value types new e35265b [SelectionDAG] Add a signed integer absolute ISD node
The 1 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/ISDOpcodes.h | 6 + include/llvm/Target/TargetSelectionDAG.td | 1 + lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 29 +++++ lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 10 ++ lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 1 + lib/CodeGen/TargetLoweringBase.cpp | 1 + lib/Target/X86/X86ISelLowering.cpp | 29 ++++- lib/Target/X86/X86ISelLowering.h | 3 - lib/Target/X86/X86InstrAVX512.td | 61 +--------- lib/Target/X86/X86InstrFragmentsSIMD.td | 1 - lib/Target/X86/X86InstrSSE.td | 78 ++----------- lib/Target/X86/X86IntrinsicsInfo.h | 36 +++--- test/CodeGen/X86/combine-abs.ll | 8 +- test/CodeGen/X86/viabs.ll | 142 ++++++++---------------- 14 files changed, 152 insertions(+), 254 deletions(-)