llvm-project
51b6f64b - [flang][OpenMP] Avoid unnecessary parsing of OpenMP constructs (#148629)

Commit
88 days ago
[flang][OpenMP] Avoid unnecessary parsing of OpenMP constructs (#148629) When parsing a specification part, the parser will look ahead to see if the next construct is an executable construct. In doing so it will invoke OpenMPConstruct parser, whereas the only necessary thing to check would be the directive alone.
Author
Parents
Loading