[PATCH] D18040: [AMDGPU] Assembler: SOP* instruction fixes

Nikolay Haustov via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 10 06:15:39 PST 2016


nhaustov created this revision.
nhaustov added reviewers: arsenm, tstellarAMD, vpykhtin.
nhaustov added a subscriber: llvm-commits.
Herald added a subscriber: arsenm.

s_bitset0_b64, s_bitset1_b64 has 32-bit src0, not 64-bit.
s_rfe_b64 has just one destination operand and no source.
Uncomment S_BITCMP* and S_SETVSKIP, adjust SOPC_* classes for that.
Add s_memrealtime test and change comments in smem.s to follow common style.
Change test for s_memtime to use non-zero register to make it really test encoding.
Add tests for s_buffer_load*.
Add tests for SOPC instructions (same for SI and VI)

http://reviews.llvm.org/D18040

Files:
  lib/Target/AMDGPU/SIInstrInfo.td
  lib/Target/AMDGPU/SIInstructions.td
  test/MC/AMDGPU/smem.s
  test/MC/AMDGPU/smrd.s
  test/MC/AMDGPU/sop1.s
  test/MC/AMDGPU/sopc.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18040.50269.patch
Type: text/x-patch
Size: 13803 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160310/2279965e/attachment-0001.bin>


More information about the llvm-commits mailing list