[all-commits] [llvm/llvm-project] 423f35: [flang][cuda] Adding support for registration of b...
Renaud Kauffmann via All-commits
all-commits at lists.llvm.org
Thu Oct 31 08:39:30 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 423f35410a217c39fb429d49193871a42cf49e2c
https://github.com/llvm/llvm-project/commit/423f35410a217c39fb429d49193871a42cf49e2c
Author: Renaud Kauffmann <rkauffmann at nvidia.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M flang/lib/Optimizer/Transforms/CUFAddConstructor.cpp
M flang/test/Fir/CUDA/cuda-constructor-2.f90
M flang/test/Fir/CUDA/cuda-register-func.fir
Log Message:
-----------
[flang][cuda] Adding support for registration of boxes (#114323)
Needed to take into account that `fir::getTypeSizeAndAlignmentOrCrash`
does not work with box types but requires the `fir::LLVMTypeConverter`
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list