This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 01f30d23609 Fix 80 column violation. NFCI. new 99f07c223c3 Revert "[DAGCombiner] try repeated fdiv divisor transform b [...] new 6cfe68df52a [AMDGPU] gfx1010 DS implementation
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/DAGCombiner.cpp | 6 +- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 5 +- lib/Target/AMDGPU/DSInstructions.td | 370 +++++++++++++----------- lib/Target/AMDGPU/SIISelLowering.cpp | 11 + test/CodeGen/AMDGPU/lds-misaligned-bug.ll | 262 +++++++++++++++++ test/CodeGen/X86/fdiv-combine-vec.ll | 66 +++-- test/MC/AMDGPU/mubuf-gfx10.s | 10 + 7 files changed, 535 insertions(+), 195 deletions(-) create mode 100644 test/CodeGen/AMDGPU/lds-misaligned-bug.ll create mode 100644 test/MC/AMDGPU/mubuf-gfx10.s