We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e770249 commit 377a276Copy full SHA for 377a276
llvm/utils/UpdateTestChecks/common.py
@@ -980,10 +980,6 @@ def __init__(
980
def is_local_def_ir_value(self):
981
return self.ir_prefix == "%"
982
983
- # Return true if this kind of IR value is "global", basically if it matches '#{{.*}}'.
984
- def is_global_scope_ir_value_match(self, match):
985
- return self.global_ir_rhs_regexp is not None
986
-
987
# Return the IR prefix and check prefix we use for this kind or IR value,
988
# e.g., (%, TMP) for locals. If the IR prefix is a regex, return the prefix
989
# used in the IR output
0 commit comments