diff options
author | Razvan Lupusoru <razvan.lupusoru@gmail.com> | 2023-11-01 11:52:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-01 11:52:31 -0700 |
commit | f5a5142571c55bdc2aa188c63b7092b6b20b0e9c (patch) | |
tree | 739e783a302b0f30e3d0d262f109f082643d8553 /clang/lib/Basic/Module.cpp | |
parent | 5570d3250fc3212ad63e9514d1ebac76e75f7ba5 (diff) | |
download | llvm-f5a5142571c55bdc2aa188c63b7092b6b20b0e9c.zip llvm-f5a5142571c55bdc2aa188c63b7092b6b20b0e9c.tar.gz llvm-f5a5142571c55bdc2aa188c63b7092b6b20b0e9c.tar.bz2 |
[openacc] Update acc.loop to expose data operands (#70954)
The compute and data constructs implement getNumDataOperands and
getDataOperand. The acc.loop operation similarly has multiple data
operands - thus it makes sense to expose them the same way.
For loop, only private and reduction operands are exposed this way.
Technically, acc.loop also holds cache operands - but these are hints
not a data attribute.
Diffstat (limited to 'clang/lib/Basic/Module.cpp')
0 files changed, 0 insertions, 0 deletions