-
Notifications
You must be signed in to change notification settings - Fork 14.4k
[MLIR][Conversion] Add convert-xevm-to-llvm pass. [Re-attempt] #148103
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
Co-authored-by: Artem Kroviakov artem.kroviakov@intel.com
…values [-Wcovered-switch-default]
@charithaintc @mshahneo Co-authored-by: Artem Kroviakov artem.kroviakov@intel.com |
std::string prefetchCode(""); | ||
if (!isPrefetch) | ||
prefetchCode += "P"; | ||
funcName = llvm::formatv("_Z{0}{1}PU3AS1viiiDv2_i{2}{3}", funcName.size(), | ||
funcName, prefetchCode, bitWidthId) | ||
.str(); |
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.
is this the only diff?
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.
Yes. The new PR is on the same branch. With only one new commit.
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.
LGTM
Previous PR #147375 failed a couple of builds after merging.
Compile error was reported with gcc 7.5
This PR is #147375 plus the fix for compile error with gcc 7.5