[PATCH] D64667: [AMDGPU] use v32f32 for 3 mfma intrinsics

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 12 14:44:55 PDT 2019


rampitec created this revision.
rampitec added reviewers: b-sumner, kzhuravl, msearles.
Herald added subscribers: t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, arsenm, qcolombet.
rampitec added a reviewer: arsenm.

These should really use v32f32, but were defined as v32i32
due to the lack of the v32f32 type.


https://reviews.llvm.org/D64667

Files:
  include/llvm/IR/Intrinsics.td
  include/llvm/IR/IntrinsicsAMDGPU.td
  lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  lib/Target/AMDGPU/SIISelLowering.cpp
  lib/Target/AMDGPU/SIInstrInfo.td
  lib/Target/AMDGPU/SIInstructions.td
  lib/Target/AMDGPU/SIRegisterInfo.td
  test/CodeGen/AMDGPU/agpr-register-count.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.mfma.ll
  test/CodeGen/AMDGPU/spill-agpr.ll
  test/CodeGen/AMDGPU/spill-vgpr-to-agpr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64667.209599.patch
Type: text/x-patch
Size: 24075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190712/9b5ec621/attachment.bin>


More information about the llvm-commits mailing list