diff options
author | Valentin Clement (バレンタイン クレメン) <clementval@gmail.com> | 2024-02-05 14:22:36 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-05 14:22:36 -0800 |
commit | 6b42625b1f983f6aafb9f4fe2953970c73963603 (patch) | |
tree | 671095f2be0164406ab6c856d0d231e8abe172f4 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | ae9e1fd2edb6eb11dfd6816d1e9013e39e21aa04 (diff) | |
download | llvm-6b42625b1f983f6aafb9f4fe2953970c73963603.zip llvm-6b42625b1f983f6aafb9f4fe2953970c73963603.tar.gz llvm-6b42625b1f983f6aafb9f4fe2953970c73963603.tar.bz2 |
[mlir][openacc] Simplify IR with acc.loop control (#80387)
When the new `acc.loop` design was introduced some of the loop
information like `gang`/`vector`/`worker` were also updated to support
`device_type`.
With a conflict in parsing/printing, the keyword only value for
`async`/`gang`/`vector`/`worker` were printed/parsed with an empty set
of parenthesis `()`. To make the IR clearer to read and similar across
the operations, the loop control part of is now prefixed by `control`
and this allow to remove the need of the empty `()`.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions