[llvm] [SandboxIR] Implement remaining ConstantInt functions (PR #106775)

Sriraman Tallam via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 30 16:40:00 PDT 2024


================
@@ -565,7 +565,7 @@ class Constant : public sandboxir::User {
 };
 
 class ConstantInt : public Constant {
----------------
tmsri wrote:

Add TODO: that is must inherit from ConstantData

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


More information about the llvm-commits mailing list