[all-commits] [llvm/llvm-project] 7bef49: [TLI checker] Follow good practice with -COUNT dir...
Paul T Robinson via All-commits
all-commits at lists.llvm.org
Thu Dec 2 14:28:43 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7bef49296e05579f848f2e175f122881bf7e8163
https://github.com/llvm/llvm-project/commit/7bef49296e05579f848f2e175f122881bf7e8163
Author: Paul Robinson <paul.robinson at sony.com>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
M llvm/test/tools/llvm-tli-checker/ps4-tli-check.yaml
Log Message:
-----------
[TLI checker] Follow good practice with -COUNT directives
FileCheck's -COUNT suffix doesn't fail if there are more matches
than you asked for, so it's good practice to put a -NOT after.
More information about the All-commits
mailing list