[all-commits] [llvm/llvm-project] f63e2c: [LLDB] Add basic floating point ops to IR interpreter
Pavel Kosov via All-commits
all-commits at lists.llvm.org
Wed Aug 10 06:35:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f63e2cfb7f5235d4d5148988e8a0ef86004da66e
https://github.com/llvm/llvm-project/commit/f63e2cfb7f5235d4d5148988e8a0ef86004da66e
Author: Pavel Kosov <kosov.pavel at huawei.com>
Date: 2022-08-10 (Wed, 10 Aug 2022)
Changed paths:
M lldb/source/Expression/IRInterpreter.cpp
A lldb/test/API/lang/c/fpeval/Makefile
A lldb/test/API/lang/c/fpeval/TestFPEval.py
A lldb/test/API/lang/c/fpeval/main.c
Log Message:
-----------
[LLDB] Add basic floating point ops to IR interpreter
Patch adds support for fadd, fsub, fdiv, fmul and fcmp to IR interpreter.
~~~
OS Laboratory. Huawei RRI. Saint-Petersburg
Reviewed By: clayborg
Differential Revision: https://reviews.llvm.org/D126359
More information about the All-commits
mailing list