[PATCH] D61525: [AMDGPU] gfx1010: prefer V_MUL_LO_U32 over V_MUL_LO_I32

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 6 12:09:17 PDT 2019


rampitec updated this revision to Diff 198321.
rampitec retitled this revision from "AMDGPU] gfx1010: prefer V_MUL_LO_U32 over V_MUL_LO_I32" to "[AMDGPU] gfx1010: prefer V_MUL_LO_U32 over V_MUL_LO_I32".
rampitec edited the summary of this revision.
rampitec added a comment.
Herald added subscribers: asbirlea, arphaman.

Uncomditionally use V_MUL_LO_U32.


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

https://reviews.llvm.org/D61525

Files:
  lib/Target/AMDGPU/SIInstrInfo.cpp
  test/CodeGen/AMDGPU/add3.ll
  test/CodeGen/AMDGPU/frame-index-elimination.ll
  test/CodeGen/AMDGPU/idiv-licm.ll
  test/CodeGen/AMDGPU/mad_64_32.ll
  test/CodeGen/AMDGPU/mul.i16.ll
  test/CodeGen/AMDGPU/mul.ll
  test/CodeGen/AMDGPU/sdwa-peephole.ll
  test/CodeGen/AMDGPU/sminmax.ll
  test/CodeGen/AMDGPU/srem.ll
  test/CodeGen/AMDGPU/udivrem.ll
  test/CodeGen/AMDGPU/urem.ll
  test/CodeGen/AMDGPU/wqm.ll
  test/CodeGen/AMDGPU/wwm-reserved.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61525.198321.patch
Type: text/x-patch
Size: 32183 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190506/bdfe58d2/attachment-0001.bin>


More information about the llvm-commits mailing list