[llvm] [OFFLOAD][OMP] Move OpenMP kernel argument processing from plugins (PR #213867)
Ćukasz Plewa via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 6 02:29:39 PDT 2026
================
----------------
lplewa wrote:
NIT: we should resize(0) those vectors anyway if NumArgs == 0.
As user could assume that Args.len() == NumArgs.
(i know that those vectors are empty - but this whould be more "defensive" approach if the calling code changed)
https://github.com/llvm/llvm-project/pull/213867
More information about the llvm-commits
mailing list