[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
================
@@ -223,6 +248,77 @@ def register_yaml(loader):
yaml.add_representer(ValueAll, ValueAll.representer)
+class Type(Expect):
----------------
OCHyams wrote:
Potentially worth adding a docstring?
https://github.com/llvm/llvm-project/pull/204159
More information about the llvm-branch-commits
mailing list