[PATCH] D58902: [AMDGPU] Support for v3i32/v3f32

Tim Renouf via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 6 12:46:24 PST 2019


tpr updated this revision to Diff 189564.
tpr added a comment.

V2: Fixed broken v3f32 select.

  Fixed reg class priorities.
  Updated a fragile test.
  Addressed review comments on DL::getIdxType.
  Fixed vec3 sgpr inline asm constraint.
  Added vec3 sgpr spill test.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58902/new/

https://reviews.llvm.org/D58902

Files:
  lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
  lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  lib/Target/AMDGPU/AMDGPUISelLowering.h
  lib/Target/AMDGPU/BUFInstructions.td
  lib/Target/AMDGPU/FLATInstructions.td
  lib/Target/AMDGPU/SIISelLowering.cpp
  lib/Target/AMDGPU/SIInstrInfo.cpp
  lib/Target/AMDGPU/SIInstructions.td
  lib/Target/AMDGPU/SIRegisterInfo.cpp
  lib/Target/AMDGPU/SIRegisterInfo.td
  lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
  test/CodeGen/AMDGPU/early-if-convert-cost.ll
  test/CodeGen/AMDGPU/early-if-convert.ll
  test/CodeGen/AMDGPU/function-args.ll
  test/CodeGen/AMDGPU/function-returns.ll
  test/CodeGen/AMDGPU/half.ll
  test/CodeGen/AMDGPU/idot4.ll
  test/CodeGen/AMDGPU/load-global-f32.ll
  test/CodeGen/AMDGPU/load-global-i32.ll
  test/CodeGen/AMDGPU/mad-mix-lo.ll
  test/CodeGen/AMDGPU/merge-stores.ll
  test/CodeGen/AMDGPU/select-vectors.ll
  test/CodeGen/AMDGPU/shader-addr64-nonuniform.ll
  test/CodeGen/AMDGPU/spill-wide-sgpr.ll
  test/CodeGen/AMDGPU/store-global.ll
  test/CodeGen/AMDGPU/v_mac.ll
  test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot-compute.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58902.189564.patch
Type: text/x-patch
Size: 55639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190306/f47a097a/attachment.bin>


More information about the llvm-commits mailing list