[Lldb-commits] [PATCH] D126359: [LLDB] Add basic floating point ops to IR interpreter

Pavel Kosov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed May 25 01:39:20 PDT 2022


kpdev42 created this revision.
kpdev42 added reviewers: clayborg, granata.enrico, davide, k8stone.
kpdev42 added a project: LLDB.
Herald added a subscriber: JDevlieghere.
Herald added a project: All.
kpdev42 requested review of this revision.

Patch adds support for fadd, fsub, fdiv, fmul and fcmp to IR interpreter.

~~~

OS Laboratory. Huawei RRI. Saint-Petersburg


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126359

Files:
  lldb/source/Expression/IRInterpreter.cpp
  lldb/test/API/lang/c/fpeval/Makefile
  lldb/test/API/lang/c/fpeval/TestFPEval.py
  lldb/test/API/lang/c/fpeval/main.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126359.431906.patch
Type: text/x-patch
Size: 9349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220525/fd3ec53b/attachment-0001.bin>


More information about the lldb-commits mailing list