Most of the functions emitted here should probably be convergent, but
only barriers are currently marked. Introduce this helper before
adding convergent to more functions.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Tests?
clang/lib/CodeGen/CodeGenModule.h | ||
---|---|---|
1040 | Add a comment with the name of parameter for true argument. |
Comment Actions
This is NFC and doesn't change any behavior. The test for the convergent attribute is already handled in nvptx_parallel_codegen.cpp
Comment Actions
More precisely, this is marking the function declarations with the attribute. These were already marked with the attribute. This just moves it into the helper function. D69495 adds new instances of the attribute
Add a comment with the name of parameter for true argument.