diff options
author | Joseph Huber <huberjn@outlook.com> | 2024-03-29 07:19:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-29 07:19:22 -0500 |
commit | ea707baca2f73d503849d2b7429c7507314bff6b (patch) | |
tree | 267566558482602291e2fe48c160a2485561c062 /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | 76ba3c8e64ed33daf5ddf7d507cbbdeae7a50235 (diff) | |
download | llvm-ea707baca2f73d503849d2b7429c7507314bff6b.zip llvm-ea707baca2f73d503849d2b7429c7507314bff6b.tar.gz llvm-ea707baca2f73d503849d2b7429c7507314bff6b.tar.bz2 |
[Libomptarget][NFCI] Move logic out of PluginAdaptorTy (#86971)
Summary:
This patch removes most of the special handling from the
`PluginAdaptorTy` in preparation for changing this to be the
`GenericPluginTy`. Doing this requires that the OpenMP specific handling
of stuff like device offsets be contained within the OpenMP plugin
manager. Generally this was uninvasive expect for the change to tracking
the offset and size of the used devices. The eaiest way I could think to
do this was to use some maps, which double as indicators for which
plugins have devices active. This should not affect the logic.
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions