================
@@ -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