[PATCH] D45073: [AMDGPU] Fixed some instructions latencies

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 15:48:45 PST 2020


rampitec marked an inline comment as done.
rampitec added inline comments.


================
Comment at: llvm/trunk/lib/Target/AMDGPU/VOP3Instructions.td:383
 def V_ASHR_I64 : VOP3Inst <"v_ashr_i64", VOP3_Profile<VOP_I64_I64_I32>>;
 def V_MULLIT_F32 : VOP3Inst <"v_mullit_f32", VOP3_Profile<VOP_F32_F32_F32_F32>>;
 } // End SubtargetPredicate = isSICI
----------------
foad wrote:
> rampitec wrote:
> > foad wrote:
> > > Hi @rampitec, was it intentional to set Write64Bit for V_MULLIT_F32?
> > No, this is mistake, it is buried inside B64 block. This is full rate opcode.
> Fixed by 7d973307d5515b44df92f041916a0be25c1faa4b.
Thanks!


Repository:
  rL LLVM

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

https://reviews.llvm.org/D45073





More information about the llvm-commits mailing list