This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fb7e70c44e2 [ARM GlobalISel] Legalize G_FPEXT and G_FPTRUNC new 351eabaab70 [AMDGPU][MC][GFX9] Enable inline constants for SDWA operands new a520636d371 [AMDGPU] add LDS f32 intrinsics
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/IntrinsicsAMDGPU.td | 15 ++ lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 5 +- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 3 + lib/Target/AMDGPU/AMDGPUISelLowering.h | 3 + lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 3 + lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 28 ++- lib/Target/AMDGPU/DSInstructions.td | 5 +- .../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 13 +- lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp | 23 +- lib/Target/AMDGPU/SIDefines.h | 1 - lib/Target/AMDGPU/SIISelLowering.cpp | 42 +++- lib/Target/AMDGPU/SIInstrInfo.td | 151 +++++++----- lib/Transforms/Scalar/InferAddressSpaces.cpp | 8 +- test/CodeGen/AMDGPU/lds_atomic_f32.ll | 69 ++++++ test/MC/AMDGPU/vop_sdwa.s | 269 +++++++++++++++++++-- test/MC/Disassembler/AMDGPU/sdwa_gfx9.txt | 100 ++++++++ 16 files changed, 642 insertions(+), 96 deletions(-) create mode 100644 test/CodeGen/AMDGPU/lds_atomic_f32.ll