MIR Serialization: Initial serialization of the machine memory operands.
authorAlex Lorenz <arphaman@gmail.com>
Mon, 3 Aug 2015 23:08:19 +0000 (23:08 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Mon, 3 Aug 2015 23:08:19 +0000 (23:08 +0000)
commit3db44ce9a80418a6581852055bd9092b65a6926d
tree6e081e7fb9b7092540bae697f84cc5a0c5b89ef2
parent7e6adbea62b4125149157d126d9ba81f3c97033d
MIR Serialization: Initial serialization of the machine memory operands.

Reviewers: Duncan P. N. Exon Smith

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243915 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
lib/CodeGen/MIRParser/MILexer.cpp
lib/CodeGen/MIRParser/MILexer.h
lib/CodeGen/MIRParser/MIParser.cpp
lib/CodeGen/MIRPrinter.cpp
test/CodeGen/MIR/X86/expected-comma-after-memory-operand.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-from-in-memory-operand.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-load-or-store-in-memory-operand.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-pointer-value-in-memory-operand.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-size-integer-after-memory-operation.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-value-in-memory-operand.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/large-size-in-memory-operand-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/memory-operands.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/undefined-value-in-memory-operand.mir [new file with mode: 0644]