Issue | 140257 |
---|---|
Summary | [OpenMP] Assertion `detail::isPresent(Val) && "dyn_cast on a non-existent value"' failed. |
Labels | new issue |
Assignees | |
Reporter | k-arrows |
Reproducer: https://godbolt.org/z/zs3xzac18 ```c #include <omp.h> void foo () { int i; #pragma omp target device (omp_is_initial_device) i++; } ```
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs