[PATCH] D12469: AMDGPU: Improve accuracy of instruction rates for VOPC

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 29 00:28:23 PDT 2015


arsenm created this revision.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
Herald added a subscriber: arsenm.

These were all using the default 32-bit VALU write class,
but the i64/f64 compares are half rate.
    
I'm not sure this is really correct, because they are still using
the write to VALU write class, even though they really write
to the SALU.

http://reviews.llvm.org/D12469

Files:
  lib/Target/AMDGPU/SIInstrInfo.td
  lib/Target/AMDGPU/SISchedule.td
  test/CodeGen/AMDGPU/llvm.AMDGPU.class.ll
  test/CodeGen/AMDGPU/valu-i1.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12469.33513.patch
Type: text/x-patch
Size: 12763 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150829/9744c256/attachment.bin>


More information about the llvm-commits mailing list