[llvm] [llubi] Initial support for floating-point numbers (PR #188453)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 5 11:41:18 PDT 2026


================
@@ -68,6 +68,8 @@ class InstExecutor : public InstVisitor<InstExecutor, void>,
   const DataLayout &DL;
   std::list<Frame> CallStack;
   AnyValue None;
+  RoundingMode CurrentRoundingMode;
----------------
dtcxzyw wrote:

FP env is a global state. Move them into the Context class.

>   // TODO: errno and fpenv
public:


https://github.com/llvm/llvm-project/pull/188453


More information about the llvm-commits mailing list