These should really use v32f32, but were defined as v32i32
due to the lack of the v32f32 type.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D64667
[AMDGPU] use v32f32 for 3 mfma intrinsics ClosedPublic Authored by rampitec on Jul 12 2019, 2:43 PM.
Details Summary These should really use v32f32, but were defined as v32i32
Diff Detail
Event TimelineHerald added subscribers: t-tye, tpr, dstuttard and 6 others. · View Herald TranscriptJul 12 2019, 2:43 PM This revision is now accepted and ready to land.Jul 12 2019, 2:52 PM Closed by commit rL365972: [AMDGPU] use v32f32 for 3 mfma intrinsics (authored by rampitec). · Explain WhyJul 12 2019, 3:41 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 209625 llvm/trunk/include/llvm/IR/Intrinsics.td
llvm/trunk/include/llvm/IR/IntrinsicsAMDGPU.td
llvm/trunk/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
llvm/trunk/lib/Target/AMDGPU/SIISelLowering.cpp
llvm/trunk/lib/Target/AMDGPU/SIInstrInfo.td
llvm/trunk/lib/Target/AMDGPU/SIInstructions.td
llvm/trunk/lib/Target/AMDGPU/SIRegisterInfo.td
llvm/trunk/test/CodeGen/AMDGPU/agpr-register-count.ll
llvm/trunk/test/CodeGen/AMDGPU/llvm.amdgcn.mfma.ll
llvm/trunk/test/CodeGen/AMDGPU/spill-agpr.ll
llvm/trunk/test/CodeGen/AMDGPU/spill-vgpr-to-agpr.ll
|