search for: constattr

Displaying 1 result from an estimated 1 matches for "constattr".

Did you mean: constant
2020 Nov 18
0
[RFC] Coroutine and pthread_self
...ed passes (https://reviews.llvm.org/D89711), but it doesn't seem scalable and it puts burden on pass writers. So I would like to propose a new solution. Proposed Solution: First of all, we need to update the Clang front-end to special handle the attributes of pthread_self function: replace the ConstAttr attribute of pthread_self with a new attribute, say "ThreadConstAttr". Next, in the emitted IR, functions with "ThreadConstAttr" will have a new IR attribute, say "thread_readnone". Finally, there are two possible sub-solutions to handle this new IR attribute: a) We ad...