Issue |
138396
|
Summary |
[flang][OpenMP] Crash in atomic update region creation
|
Labels |
flang:openmp
|
Assignees |
NimishMishra
|
Reporter |
NimishMishra
|
Consider the test case:
```
subroutine sub()
real :: x
complex :: y
!$omp atomic update
x = x + y
!$omp end atomic
end subroutine
```
This crashes with `fir.convert op invalid type conversion complex<f32> / f32`
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs