alexandreyy updated this revision to Diff 124952.
alexandreyy added a comment.
Add SIToFP and UIToFP instructions to handle comparisons between float and char
values.
https://reviews.llvm.org/D40647
Files:
source/Expression/IRInterpreter.cpp
Index: source/Expression/IRInterpreter.cpp
==
alexandreyy created this revision.
Implemented FCmp and FPExt instructions.
https://reviews.llvm.org/D40647
Files:
source/Expression/IRInterpreter.cpp
Index: source/Expression/IRInterpreter.cpp
===
--- source/Expression/IRInterp