This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5e89a80 [ThinLTO] Address review comments from PGO indirect call prom [...] new 797b9ee AMDGPU: Remove dead code and redundant check new 865e2fa AMDGPU: Remove dead check in AMDGPUPromoteAlloca new 40ca91a AMDGPU/R600: Replace barrier intrinsics new bb09cfd AMDGPU: Add intrinsic for s_flbit_i32/v_ffbh_i32 new 9a118f0 Regenerate test new dddc530 AMDGPU: Fix missing switch case warning new d57926e [X86][SSE] Regenerate truncate+extension memop tests
The 7 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/IntrinsicsAMDGPU.td | 7 + lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 1 + lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 + lib/Target/AMDGPU/AMDGPUInstrInfo.td | 1 + lib/Target/AMDGPU/AMDGPUIntrinsics.td | 6 +- lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 47 ++---- lib/Target/AMDGPU/EvergreenInstructions.td | 7 +- lib/Target/AMDGPU/SIISelLowering.cpp | 3 + lib/Target/AMDGPU/SIInstructions.td | 13 +- test/CodeGen/AMDGPU/amdgpu.private-memory.ll | 35 ++++- test/CodeGen/AMDGPU/lds-output-queue.ll | 6 +- test/CodeGen/AMDGPU/llvm.AMDGPU.barrier.global.ll | 30 ---- test/CodeGen/AMDGPU/llvm.AMDGPU.barrier.local.ll | 31 ---- test/CodeGen/AMDGPU/llvm.AMDGPU.flbit.i32.ll | 28 ---- test/CodeGen/AMDGPU/llvm.amdgcn.sffbh.ll | 54 +++++++ ...gcn.s.barrier.ll => llvm.r600.group.barrier.ll} | 23 +-- ...emory-two-objects.ll => local-memory.amdgcn.ll} | 82 +++++----- test/CodeGen/AMDGPU/local-memory.ll | 58 ++------ ...-memory-two-objects.ll => local-memory.r600.ll} | 79 +++++----- .../AMDGPU/schedule-vs-if-nested-loop-failure.ll | 47 +++--- test/CodeGen/AMDGPU/vector-alloca.ll | 119 +++++++++++---- test/CodeGen/X86/trunc-ext-ld-st.ll | 165 +++++++++++++++------ test/CodeGen/X86/widen_conv-1.ll | 6 +- 23 files changed, 465 insertions(+), 384 deletions(-) delete mode 100644 test/CodeGen/AMDGPU/llvm.AMDGPU.barrier.global.ll delete mode 100644 test/CodeGen/AMDGPU/llvm.AMDGPU.barrier.local.ll delete mode 100644 test/CodeGen/AMDGPU/llvm.AMDGPU.flbit.i32.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.sffbh.ll copy test/CodeGen/AMDGPU/{llvm.amdgcn.s.barrier.ll => llvm.r600.group.barrier.ll} (53%) copy test/CodeGen/AMDGPU/{local-memory-two-objects.ll => local-memory.amdgcn.ll} (52%) rename test/CodeGen/AMDGPU/{local-memory-two-objects.ll => local-memory.r600.ll} (52%)