[llvm-branch-commits] [flang][runtime] Added custom visitor for IoStatementState variants. (PR #85179)

Peter Klausler via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Mar 14 08:30:06 PDT 2024


https://github.com/klausler requested changes to this pull request.

It would be better to have the types that are available on the device declare themselves so in their declarations via a member or (better) inherited trait.

The big variant union in `IoStatementState` could omit the host-only options when compiled for the device.

https://github.com/llvm/llvm-project/pull/85179


More information about the llvm-branch-commits mailing list