[llvm] [SandboxIR] Implement ConstantTokenNone (PR #108106)

Sriraman Tallam via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 11 17:01:43 PDT 2024


================
@@ -1141,6 +1142,36 @@ class BlockAddress final : public Constant {
   }
 };
 
+class ConstantTokenNone final : public Constant {
----------------
tmsri wrote:

TODO: Inherit from ConstantData when that becomes available

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


More information about the llvm-commits mailing list