[clang] [llvm] [OpenMP] Move OpenMP implicit argument to the end and reformat (PR #185989)

Shilei Tian via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 11 15:49:46 PDT 2026


shiltian wrote:

Hmm, the AMDGPU backend has a pass to change the function signature, appending implicit kernel arguments. This will make the `KernelLaunchEnvironment` not always the last one.

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


More information about the cfe-commits mailing list