llvm-6502/test/CodeGen/MIR/X86
Alex Lorenz d89b55e309 MIR Serialization: Serialize the null register operands.
This commit serializes the null register machine operands.
It uses the '_' keyword to represent them, but the parser
also allows the '%noreg' named register syntax.

Reviewers: Duncan P. N. Exon Smith

Differential Revision: http://reviews.llvm.org/D10580


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240558 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-24 17:34:58 +00:00
..
expected-machine-operand.mir MIR Parser: Use correct source locations for machine instruction diagnostics. 2015-06-23 22:39:23 +00:00
immediate-operands.mir MIR Serialization: Serialize immediate machine operands. 2015-06-23 23:42:28 +00:00
lit.local.cfg
machine-instructions.mir
missing-comma.mir MIR Parser: Use correct source locations for machine instruction diagnostics. 2015-06-23 22:39:23 +00:00
missing-instruction.mir MIR Parser: Use correct source locations for machine instruction diagnostics. 2015-06-23 22:39:23 +00:00
named-registers.mir MIR Serialization: Serialize physical register machine operands. 2015-06-23 16:35:26 +00:00
null-register-operands.mir MIR Serialization: Serialize the null register operands. 2015-06-24 17:34:58 +00:00
unknown-instruction.mir MIR Parser: Use correct source locations for machine instruction diagnostics. 2015-06-23 22:39:23 +00:00
unknown-register.mir MIR Parser: Use correct source locations for machine instruction diagnostics. 2015-06-23 22:39:23 +00:00
unrecognized-character.mir MIR Parser: Use correct source locations for machine instruction diagnostics. 2015-06-23 22:39:23 +00:00