Files
clang-p2996/clang/lib/CodeGen/CGStmtOpenMP.cpp
Shilei Tian 52b4bec939 [Clang][OpenMP] Emit unroll directive w/o captured stmt (#65862)
The front end doesn't create captured stmt for unroll directive. This
leads to
a crash when `-fopenmp-simd` is used, as reported in #63570.

Fix #63570.
2023-09-09 18:51:58 -04:00

339 KiB