[PATCH] D147324: [OpenMP][MLIR][Flang][bbc][Driver] Add OpenMP RTL Flags to Flang and generate omp.FlagsAttr from them

Andrew Gozillon via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 5 07:25:52 PDT 2023


agozillon added a comment.

Hi @awarzynski would it please be possible to get this reviewed when you have a spare moment or few, it's essentially the segment of the modifications from this patch which you accepted: https://reviews.llvm.org/D145264 the lowering has been separated into a different phab review as was requested. This pass just adds flags and creates the attribute on the Module! So it is hopefully good to go or close to it depending on your feedback :-) although I'll commit it at the same time as the lowering segment of the pass is accepted.

Thank you very much as always for your time reviewing my patches, I appreciate it greatly.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147324/new/

https://reviews.llvm.org/D147324



More information about the cfe-commits mailing list