Issue | 140336 |
---|---|
Summary | [OpenMP] Instruction referencing instruction not embedded in a basic block! |
Labels | new issue |
Assignees | |
Reporter | k-arrows |
Reproducer: https://godbolt.org/z/6954MqYjs ```c void f (int i) { switch (i) { int j; #pragma omp allocate(j) } } ```
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs