MIR Serialization: Serialize the floating point immediate machine operands.
authorAlex Lorenz <arphaman@gmail.com>
Fri, 31 Jul 2015 20:49:21 +0000 (20:49 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Fri, 31 Jul 2015 20:49:21 +0000 (20:49 +0000)
commitc225eda1f1cfb4dc46cea886af8830464ee4eb01
treeb99c0ccfa80b91015b11523a33df2b09d006829c
parent82e3e48d52e1cbddf3835fb540699542b6af0f9b
MIR Serialization: Serialize the floating point immediate machine operands.

Reviewers: Duncan P. N. Exon Smith

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243780 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MIRParser/MILexer.cpp
lib/CodeGen/MIRParser/MILexer.h
lib/CodeGen/MIRParser/MIParser.cpp
lib/CodeGen/MIRPrinter.cpp
test/CodeGen/MIR/NVPTX/expected-floating-point-literal.mir [new file with mode: 0644]
test/CodeGen/MIR/NVPTX/floating-point-immediate-operands.mir [new file with mode: 0644]
test/CodeGen/MIR/NVPTX/floating-point-invalid-type-error.mir [new file with mode: 0644]
test/CodeGen/MIR/NVPTX/lit.local.cfg [new file with mode: 0644]