[llvm] update_test_checks: add new --filter-all-after option (PR #129739)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 5 12:00:25 PST 2025


================
@@ -0,0 +1,17 @@
+; RUN: opt < %s -S | FileCheck %s
+
+define i32 @func({i32, i32} %x, i32 %y, i1 %cond) {
----------------
fhahn wrote:

Could you add a test with another function, to check that the filter applies per-function only?

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


More information about the llvm-commits mailing list