[llvm] [UpdateTestChecks] Add --filter/--filter-out support to update_mir_test_checks.py (PR #191059)

Petar Avramovic via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 14 04:48:33 PDT 2026


================
@@ -84,6 +84,8 @@ def build_function_info_dictionary(
                 )
             mangled.append(func_line)
         body = "".join(mangled)
+        if filters:
+            body = common.do_filter(body, filters)
----------------
petar-avramovic wrote:

fixed thanks

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


More information about the llvm-commits mailing list