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

Sriraman Tallam via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 30 10:42:13 PDT 2024


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

Why are we not adding ConstantData?  If we are shadowing LLVM IR why not do it rigorously?

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


More information about the llvm-commits mailing list