diff options
author | Valentin Clement (バレンタイン クレメン) <clementval@gmail.com> | 2024-05-17 09:37:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-17 09:37:53 -0700 |
commit | 45daa4fdc68f5faa5bd5c33da052d2415cd88540 (patch) | |
tree | 21326d7b1059d2828bb7a93c0e1d5a48be610d99 /clang/lib/Sema/SemaCodeComplete.cpp | |
parent | d90159add4140d6f4994f5767fa6ef31cc28897b (diff) | |
download | llvm-45daa4fdc68f5faa5bd5c33da052d2415cd88540.zip llvm-45daa4fdc68f5faa5bd5c33da052d2415cd88540.tar.gz llvm-45daa4fdc68f5faa5bd5c33da052d2415cd88540.tar.bz2 |
[flang][cuda] Move CUDA Fortran operations to a CUF dialect (#92317)
The number of operations dedicated to CUF grew and where all still in
FIR. In order to have a better organization, the CUF operations,
attributes and code is moved into their specific dialect and files. CUF
dialect is tightly coupled with HLFIR/FIR and their types.
The CUF attributes are bundled into their own library since some
HLFIR/FIR operations depend on them and the CUF dialect depends on the
FIR types. Without having the attributes into a separate library there
would be a dependency cycle.
Diffstat (limited to 'clang/lib/Sema/SemaCodeComplete.cpp')
0 files changed, 0 insertions, 0 deletions