diff options
author | Valentin Clement (バレンタイン クレメン) <clementval@gmail.com> | 2025-03-16 17:44:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-16 17:44:56 -0700 |
commit | 4fde8c341f9166e6ec6dff6e7704be175e382f5b (patch) | |
tree | d7d10bd75c570ee757f1e83cd722f7a859bfd641 /llvm/lib/CodeGen/CodeGen.cpp | |
parent | 4b86a7f3860a3cb0368e308494f65c103c02fa18 (diff) | |
download | llvm-4fde8c341f9166e6ec6dff6e7704be175e382f5b.zip llvm-4fde8c341f9166e6ec6dff6e7704be175e382f5b.tar.gz llvm-4fde8c341f9166e6ec6dff6e7704be175e382f5b.tar.bz2 |
[flang][cuda] Lower CUDA shared variable with cuf.shared_memory op (#131399)
Use `cuf.shared_memory` operation instead of `cuf.alloc` for CUDA shared
variable. These variables do not need free operations.
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions