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)
commitad156fb6af9f58c35357405b0ecd83a60185ed84
tree0ae0c1cd07ced2376fdcd74321003d1987abe626
parent375fa1381d5bd9c02895049bcc3390f5df29f55e
MIR Serialization: Serialize the floating point immediate machine operands.

Reviewers: Duncan P. N. Exon Smith
llvm-svn: 243780
llvm/lib/CodeGen/MIRParser/MILexer.cpp
llvm/lib/CodeGen/MIRParser/MILexer.h
llvm/lib/CodeGen/MIRParser/MIParser.cpp
llvm/lib/CodeGen/MIRPrinter.cpp
llvm/test/CodeGen/MIR/NVPTX/expected-floating-point-literal.mir [new file with mode: 0644]
llvm/test/CodeGen/MIR/NVPTX/floating-point-immediate-operands.mir [new file with mode: 0644]
llvm/test/CodeGen/MIR/NVPTX/floating-point-invalid-type-error.mir [new file with mode: 0644]
llvm/test/CodeGen/MIR/NVPTX/lit.local.cfg [new file with mode: 0644]