diff options
author | Valentin Clement (バレンタイン クレメン) <clementval@gmail.com> | 2024-03-18 19:46:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-18 19:46:11 -0700 |
commit | f6a2a55ba1fe1a4b720b8760704785d12137b35e (patch) | |
tree | 4a2571b9995c54fbaa66229414a97d17bb213650 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | aec50cd840418097e8eeb4bd5d0672c95c08d1ec (diff) | |
download | llvm-f6a2a55ba1fe1a4b720b8760704785d12137b35e.zip llvm-f6a2a55ba1fe1a4b720b8760704785d12137b35e.tar.gz llvm-f6a2a55ba1fe1a4b720b8760704785d12137b35e.tar.bz2 |
[flang][cuda] Handle lowering of stars in cuf kernel launch parameters (#85695)
Parsing of the cuf kernel loop directive has been updated to handle
variants with the * syntax. This patch updates the lowering to make use
of them.
- If the grid or block syntax uses only stars then the operation
variadic operand remains empty.
- If there is values and stars, then stars are represented as a zero
constant value.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions