[llvm] [SandboxIR] Implement ConstantFP (PR #106648)

via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 30 10:50:09 PDT 2024


================
@@ -597,6 +598,92 @@ class ConstantInt : public Constant {
 #endif
 };
 
+class ConstantFP final : public Constant {
----------------
vporpo wrote:

We can add it in, I will add a TODO.

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


More information about the llvm-commits mailing list