[all-commits] [llvm/llvm-project] 44c6a2: [flang][OpenMP][AMDGPU] Allow REAL(10) to compile ...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Wed Mar 5 12:24:21 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 44c6a23789b3ddd93b49405a7561ddf5024265e8
https://github.com/llvm/llvm-project/commit/44c6a23789b3ddd93b49405a7561ddf5024265e8
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2025-03-05 (Wed, 05 Mar 2025)
Changed paths:
M flang/include/flang/Tools/TargetSetup.h
A flang/test/Lower/OpenMP/real10.f90
Log Message:
-----------
[flang][OpenMP][AMDGPU] Allow REAL(10) to compile on AMDGPU (#129742)
This will allow the following code to compile
```
program p
real(10) :: x
!$omp target
continue
!$omp end target
end
```
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