[PATCH] D97106: [UpdateTestChecks] Warn if any function conflicts under the same prefix
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 17 12:05:08 PST 2021
lebedev.ri added a comment.
This should only warn if said occurrence would lead to the loss of the checks for the function.
I.e. it should not warn on prefix `ALL` given
; RUN: opt < %s -instcombine -S | FileCheck --check-prefixes=ALL,IC %s
; RUN: opt < %s -vectorize-slp -S | FileCheck --check-prefixes=ALL,SLP %s
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97106/new/
https://reviews.llvm.org/D97106
More information about the llvm-commits
mailing list