[llvm-branch-commits] [llvm] [Dexter] Add !type and !type/all nodes to test variable types (PR #204159)

Orlando Cazalet-Hyams via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jun 29 03:28:23 PDT 2026


================
@@ -100,7 +102,7 @@ def __init__(self, dex_context, dext_ir: DextIR):
 
         def add_expected_values(expect: Expect, expected_value: Any, scope: Scope):
             self.expected_values[expect] = expected_value
-            if isinstance(expect, Value):
+            if expect.get_watched_expr() is not None:
----------------
OCHyams wrote:

same isinstance question here

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


More information about the llvm-branch-commits mailing list