This patch introduce the basic infrastructure to be able to lower
OpenACC constructs to the future OpenACC dialect.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
flang/include/flang/Lower/PFTBuilder.h | ||
---|---|---|
135 | Right we might add a OpenACCEndCombinedDirective. Since it is not in the current parser, do you mind if we had this in a follow up patch together with the parsing part and some parsing tests? | |
flang/test/Lower/pre-fir-tree05.f90 | ||
30 | That's the end of the loop block. Similar to pre-fir-tree03.f90 this is output for the !$omp do on line 32 check at line 41. |
flang/include/flang/Lower/OpenACC.h | ||
---|---|---|
8 | We've been adding a comment to all the files in Lower that they are following the MLIR coding conventions as a reminder. |
flang/include/flang/Lower/OpenACC.h | ||
---|---|---|
8 | I have seen that in other file but wasn't sure if I should add it or not. I'll push a commit with this as a NFC. |
Nit: OpenACC Directives ?