AMDGPU: Partially fix reported code size for some instructions
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 6 Oct 2016 10:13:23 +0000 (10:13 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 6 Oct 2016 10:13:23 +0000 (10:13 +0000)
commit10c17ca6c6f5ceb01323c5cd8d7c446afa0ffa8c
tree4eca6502f83d427bfd4a0eed05f356b68159ff1e
parent08a37f46e316dbd2c451d7c514a04831bd6dfa9a
AMDGPU: Partially fix reported code size for some instructions

These ones need to have the size on the pseudo instruction set for
getInstSizeInBytes to work correctly. These also have a statically
known size.

llvm-svn: 283437
llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
llvm/lib/Target/AMDGPU/BUFInstructions.td
llvm/lib/Target/AMDGPU/DSInstructions.td
llvm/lib/Target/AMDGPU/SOPInstructions.td