[Lldb-commits] [PATCH] D40647: Fix float expressions for PPC64le

2017-11-30 Thread Alexandre Yukio Yamashita via Phabricator via lldb-commits
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 ==

[Lldb-commits] [PATCH] D40647: Fix float expressions for PPC64le

2017-11-30 Thread Alexandre Yukio Yamashita via Phabricator via lldb-commits
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