Fixes:
https://github.com/llvm/llvm-project/issues/58731
https://github.com/llvm/llvm-project/issues/56678
Only handles this form which was reported: !DIR$ LOOP COUNT (n1[, n2]...)
Differential D141976
[Flang] Fix parsing error on loop count compiler directive mnadeem on Jan 17 2023, 4:35 PM. Authored by
Details Fixes: Only handles this form which was reported: !DIR$ LOOP COUNT (n1[, n2]...)
Diff Detail
Event Timeline
Comment Actions @mnadeem Please update the documentation llvm-project/flang/docs/Directives.md to include dir$ loop count. Thank you! |