alexey-bataev wrote:

> > > > > ```llvm
> > > > > struct.anon
> > > > > ```
> > > > 
> > > > 
> > > > Can you provide full IR dump here?
> > > 
> > > 
> > > https://godbolt.org/z/48h5s3W6v
> > 
> > 
> > It does not look like the issue of the target code, I don't see any wrong 
> > access for __context. Мост probably something wrong with the host 
> > code/runtime.
> 
> Yeah, I think that's correct. Looking at the IR it seems to add the two extra 
> arguments and call them as I'd expect, but for some reason it gets corrupted 
> in the runtime layer. It might be doing something weird with the arguments.

Maybe. The message is emitted on the host, so there is something wrong with the 
host code or runtime library.

https://github.com/llvm/llvm-project/pull/91264
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to