MIR Serialization: Serialize the target index machine operands.
authorAlex Lorenz <arphaman@gmail.com>
Tue, 28 Jul 2015 23:02:45 +0000 (23:02 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Tue, 28 Jul 2015 23:02:45 +0000 (23:02 +0000)
commitba90cee0f19a1e7614c472b4571880c20936f22f
tree256db5b6178231222034b72fafcd6abd333fc663
parent4fb2f3310a51e463e243286e7049c10082da0e5a
MIR Serialization: Serialize the target index machine operands.

Reviewers: Duncan P. N. Exon Smith

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243497 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetInstrInfo.h
lib/CodeGen/MIRParser/MILexer.cpp
lib/CodeGen/MIRParser/MILexer.h
lib/CodeGen/MIRParser/MIParser.cpp
lib/CodeGen/MIRPrinter.cpp
lib/Target/AMDGPU/AMDGPUInstrInfo.cpp
lib/Target/AMDGPU/AMDGPUInstrInfo.h
test/CodeGen/MIR/AMDGPU/expected-target-index-name.mir [new file with mode: 0644]
test/CodeGen/MIR/AMDGPU/invalid-target-index-operand.mir [new file with mode: 0644]
test/CodeGen/MIR/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/CodeGen/MIR/AMDGPU/target-index-operands.mir [new file with mode: 0644]