-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Ignore FileCheck when profcheck is enabled #151214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore FileCheck when profcheck is enabled #151214
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
✅ With the latest revision this PR passed the Python code formatter. |
53562e6
to
d92e17b
Compare
d92e17b
to
bc73ca5
Compare
26f7402
to
63de5c0
Compare
bc73ca5
to
6a45113
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is clean when running check-llvm
(as in nothing unexpected gets caught up in the regex crossfire)?
6a45113
to
5ae23e1
Compare
Not sure I understand, I think you mean "if I disable profcheck but still "do" this trick, does anything fail". No. |
That's what I was asking. I figured you had checked, but figured it wouldn't hurt to ask. |
63de5c0
to
0263d91
Compare
2bb0305
to
bf5c7e6
Compare
277936a
to
a99c9c8
Compare
bf5c7e6
to
9f9b5f8
Compare
a99c9c8
to
ed3dd6b
Compare
9f9b5f8
to
218c4bf
Compare
ed3dd6b
to
d678164
Compare
627ba43
to
a959caf
Compare
d678164
to
5f27818
Compare
a959caf
to
60275ac
Compare
1f3b25b
to
5ffc407
Compare
5ffc407
to
8cd5be2
Compare
Ya, went through the github side and didn't wait for the CI - it passed sufficient times already. |
When profcheck is enabled (presumably on a specific build bot), we want to ignore FileCheck because we're only interested in profile validation, and some tests are sensitive to the precise IR output, which profile validation alters slightly by inserting profile metadata.
Issue #147390