-
Notifications
You must be signed in to change notification settings - Fork 15
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
[MLIR][IR] Add easy-builder to simplify IR building in C++ #52
base: main
Are you sure you want to change the base?
Conversation
The preview upstream PR at Menooker/llvm-project#2 . It has not been submitted to upstream MLIR and is only in my fork, for now. |
} | ||
|
||
#define DEF_EASYBUILD_CMP_OPERATOR(OP, OPCLASS, TYPE, PRED) \ | ||
EBUnsigned operator OP(const TYPE &a, const TYPE &b) { \ |
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.
Missing an inline
here (also commented on the upstream preparation repo, sorry for spam~)
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.
It's not spam! Thanks for finding that! :)
Rendered doc at https://github.com/intel/graph-compiler/blob/yijie/easy-build/docs/EasyBuilder.md