[PATCH] D117694: [UpdateTestChecks] Add --filter and --filter-out options
Youngsuk Kim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 1 18:23:26 PST 2022
JOE1994 added a comment.
Herald added a project: All.
I see 6 non-temporal store instructions in `"llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/x86-non-temporal.ll"`,
but the expected output (`"llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/x86-non-temporal.ll.filter.expected"`) checks for only 5 non-temporal instructions.
Shouldn't the expected output check for 6 non-temporal stores instead of 5 ?
Thank you
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117694/new/
https://reviews.llvm.org/D117694
More information about the llvm-commits
mailing list