[PATCH] D19584: AMDGPU/SI: Assembler: Unify parsing/printing of operands.

Nikolay Haustov via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 27 06:09:57 PDT 2016


nhaustov updated this revision to Diff 55201.
nhaustov marked an inline comment as done.
nhaustov added a comment.

Move sdwa_sel up and remove NamedBitMatchClass.
Move removal of prefix to ParseInstruction.


http://reviews.llvm.org/D19584

Files:
  lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp
  lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h
  lib/Target/AMDGPU/SIInstrInfo.td
  test/CodeGen/AMDGPU/captured-frame-index.ll
  test/CodeGen/AMDGPU/cgp-addressing-modes-flat.ll
  test/CodeGen/AMDGPU/cgp-addressing-modes.ll
  test/CodeGen/AMDGPU/ctpop.ll
  test/CodeGen/AMDGPU/fdiv.f64.ll
  test/CodeGen/AMDGPU/fmax3.f64.ll
  test/CodeGen/AMDGPU/global_atomics.ll
  test/CodeGen/AMDGPU/global_atomics_i64.ll
  test/CodeGen/AMDGPU/half.ll
  test/CodeGen/AMDGPU/invariant-load-no-alias-store.ll
  test/CodeGen/AMDGPU/llvm.SI.load.dword.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.atomic.dec.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.atomic.inc.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.buffer.atomic.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.format.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.format.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.ll
  test/CodeGen/AMDGPU/merge-stores.ll
  test/CodeGen/AMDGPU/mubuf.ll
  test/CodeGen/AMDGPU/reduce-load-width-alignment.ll
  test/CodeGen/AMDGPU/schedule-global-loads.ll
  test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll
  test/CodeGen/AMDGPU/subreg-coalescer-undef-use.ll
  test/CodeGen/AMDGPU/v_mac.ll
  test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot-compute.ll
  test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot.ll
  test/MC/AMDGPU/ds-err.s
  test/MC/AMDGPU/mubuf.s
  test/MC/AMDGPU/reg-syntax-extra.s
  test/MC/Disassembler/AMDGPU/mubuf_vi.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19584.55201.patch
Type: text/x-patch
Size: 182262 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160427/550e008a/attachment-0001.bin>


More information about the llvm-commits mailing list