[clang] [Clang] Automatically enable `-fconvergent-functions` on GPU targets (PR #111076)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 3 23:58:01 PDT 2024


arsenm wrote:

> -fno-convergent-functions to opt-out if you want to test broken behavior. 

You may legitimately know there are no convergent functions in the TU. We also have the noconvergent source attribute now for this 

https://github.com/llvm/llvm-project/pull/111076


More information about the cfe-commits mailing list