This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a162858e39b [SimplifyCFG] Mark missed Changed to true. new 78c83d2c673 CodeGen: Allow virtual registers in bundles new 20347170893 AMDGPU: Remove v0 workaround for DS_GWS_* instructions new c4ae4e84ca2 [X86] Add some test cases for 512-bit truncate to 128-bits [...] new 97263c90b0a [X86] In decomposeMulByConstant, legalize the VT before que [...]
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: docs/CodeGenerator.rst | 21 +++-- include/llvm/CodeGen/TargetLowering.h | 3 +- lib/CodeGen/MachineInstrBundle.cpp | 4 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +- lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 20 +---- lib/Target/AMDGPU/SIISelLowering.cpp | 18 +--- lib/Target/X86/X86ISelLowering.cpp | 14 ++- lib/Target/X86/X86ISelLowering.h | 3 +- test/CodeGen/AMDGPU/llvm.amdgcn.ds.gws.barrier.ll | 30 +++---- test/CodeGen/AMDGPU/llvm.amdgcn.ds.gws.init.ll | 12 +-- test/CodeGen/X86/min-legal-vector-width.ll | 32 +++++++ test/CodeGen/X86/vector-mul.ll | 100 ++++++---------------- 12 files changed, 112 insertions(+), 147 deletions(-)