diff options
author | Erich Keane <ekeane@nvidia.com> | 2025-04-28 06:06:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-28 06:06:42 -0700 |
commit | abfb2ce2f57fc02e222936aeb602681add752d9b (patch) | |
tree | 20788edfaf17b36afca42a16bed7822c2b106aeb /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 98b895da30c03b7061b8740d91c0e7998e69d091 (diff) | |
download | llvm-abfb2ce2f57fc02e222936aeb602681add752d9b.zip llvm-abfb2ce2f57fc02e222936aeb602681add752d9b.tar.gz llvm-abfb2ce2f57fc02e222936aeb602681add752d9b.tar.bz2 |
[OpenACC][NFCI] Implement 'helpers' for all of the clauses I've used so far (#137396)
As a follow up to 3c4dff3ac6884b85fe93fe512c5bdaf014738c45 I audited all
uses of 'process clause and use additive methods', and added explicit
functions to the construct to make it easier for the next project to
attempt to use this mechanism (vs construct all operands/etc in advance,
then add all at once).
I've only done ones that I have attempted to use so far(as a catch-up,
so no var-list clauses, and no constructs that can't be used without a
var-list, and no loop, and no compound constructs). I intend to do those
"as I go" with the lowering of each of those things instead.
---------
Co-authored-by: Andy Kaylor <akaylor@nvidia.com>
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions