Files
clang-p2996/flang/lib/Optimizer/CodeGen/CodeGen.cpp
Valentin Clement (バレンタイン クレメン) a862b6deae [flang][cuda] Lower shared global to the correct NVVM address space (#131368)
Global with the CUDA shared data attribute needs to be lowered to llvm
globals with the correct address space (3). Address space is set from
the `mlir::NVVM::NVVMMemorySpace::kSharedMemorySpace` enum from
`mlir/Dialect/LLVMIR/NVVMDialect.h`
2025-03-14 15:28:32 -07:00

180 KiB