It was removed in GFX10 GPUs, but LLVM could
generate it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D94020
[AMDGPU] Remove deprecated V_MUL_LO_I32 from GFX10 ClosedPublic Authored by Joe_Nash on Jan 4 2021, 10:53 AM.
Details Summary It was removed in GFX10 GPUs, but LLVM could
Diff Detail
Event TimelineHerald added subscribers: kerbowa, hiraditya, t-tye and 7 others. · View Herald TranscriptJan 4 2021, 10:53 AM This revision is now accepted and ready to land.Jan 4 2021, 10:55 AM Comment Actions
I think we need to remove it from gfx1030+ only (e.g. !FeatureGFX10_3Insts). This revision now requires changes to proceed.Jan 4 2021, 11:13 AM This revision is now accepted and ready to land.Jan 4 2021, 4:21 PM This revision now requires changes to proceed.Jan 4 2021, 4:22 PM This revision is now accepted and ready to land.Jan 4 2021, 4:26 PM Closed by commit rG60466fad2dc1: [AMDGPU] Remove deprecated V_MUL_LO_I32 from GFX10 (authored by Joe_Nash). · Explain WhyJan 5 2021, 9:07 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 314639 llvm/lib/Target/AMDGPU/AMDGPU.td
llvm/lib/Target/AMDGPU/VOP3Instructions.td
llvm/test/MC/AMDGPU/gfx1030_unsupported.s
llvm/test/MC/AMDGPU/gfx10_asm_vop3.s
|
Please use GFX10_3Insts, not encoding.