[Mlir-commits] [clang] [flang] [mlir] [Flang][Driver]Implemented the support for option -f[no-]optimize-sibling-calls in Flang (PR #216650)
Tarun Prabhu
llvmlistbot at llvm.org
Mon Aug 24 07:34:01 PDT 2026
================
----------------
tarunprabhu wrote:
Instead of duplicating the fc1 check, you could do something like this:
```
RUN: ... | FileCheck %s --check-prefixes=FC1,OTHER
FC1: "-fc1"
OTHER-SAME: "<to-be-checked>"
IIUC, `-SAME` checks that the match is on the same line as the previous match, even if the previous match was against a different prefix.
```
https://github.com/llvm/llvm-project/pull/216650
More information about the Mlir-commits
mailing list