-
Notifications
You must be signed in to change notification settings - Fork 15.2k
[VE] TableGen-erate SDNode descriptions #168120
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
Conversation
|
I didn't bother moving the comments since most of them are obvious enough, and other nodes already have (succinct) comments in |
21766a6 to
57f33c7
Compare
This allows SDNodes to be validated against their expected type profiles and reduces the number of changes required to add a new node. There is a couple of nodes that are missing description and one node that fails validation. Part of #119709. Pull Request: llvm/llvm-project#168120
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/27/builds/18952 Here is the relevant piece of the build log for the reference |
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/157/builds/42224 Here is the relevant piece of the build log for the reference |
This allows SDNodes to be validated against their expected type profiles
and reduces the number of changes required to add a new node.
There is a couple of nodes that are missing description and one node fails validation.
Part of #119709.