You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g. try with r335099 ([X86][Znver1] Specify Register Files, RCU; FP scheduler capacity.)
If you undo the check changes, reset the test state to before this commit,
and do ninja check-llvm-tools-llvm-mca, it will still pass.
Even though there are new lines in the output.
They aren't being accounted for.
The text was updated successfully, but these errors were encountered:
I don't entirely understand the description. Sorry!
If I'm reading it right, the issue is that the generated checks are checking for the presence of expected lines, but they are not checking for the absence of unexpected lines. Do I understand that correctly?
If I'm reading it right, the issue is that the generated checks are checking
for the presence of expected lines, but they are not checking for the
absence of unexpected lines. Do I understand that correctly?
Right. So far I've held off going further with this because I'm scared how big the diff will be if I regenerate multiple lines over every single mca test... :-\
I guess I might just have to bite the bullet and just do it, as the issue is just going to get worse as more tests are committed.
Extended Description
E.g. try with r335099 ([X86][Znver1] Specify Register Files, RCU; FP scheduler capacity.)
If you undo the check changes, reset the test state to before this commit,
and do
ninja check-llvm-tools-llvm-mca
, it will still pass.Even though there are new lines in the output.
They aren't being accounted for.
The text was updated successfully, but these errors were encountered: