-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[OpenMPOpt] Segmentation fault in Attributor / AAKernelInfoCallSite with function pointer in target region #66094
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
Comments
@llvm/issue-subscribers-openmp
Starting with "[OpenMPOpt] Allow indirect calls in AAKernelInfoCallSite (#65836)" we see one of our internal tests fail.
I have removed some of the macros that were in the original test together with some AMDGCN specific stuff.
I got an IR file out of the original source (thanks for the help with that), that I then ran with |
Fixed in #66274 |
Starting with "[OpenMPOpt] Allow indirect calls in AAKernelInfoCallSite (#65836)" we see one of our internal tests fail.
I have removed some of the macros that were in the original test together with some AMDGCN specific stuff.
The resulting file still triggers the segmentation fault we are seeing in the original test.
I got an IR file out of the original source (thanks for the help with that), that I then ran with
opt -passes='lto<O3>'
to get the stack trace.The IR file and the original source is attached in the zip file.
target-func-ptr.zip
The text was updated successfully, but these errors were encountered: