[PATCH] D98063: [flang][fir] Add the pre-code gen rewrite pass and codegen ops.

Samuel Vedanayagam US via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 19 17:35:34 PDT 2021


svedanayagam added a comment.

Re the comment on losing on parallelism, the uploaded code is functionally correct and complete.  We (or the community at large) can certainly make this execute in parallel once the up-streaming is done.  Fast execution and maintainability are in everyone’s interests, including ours, and we will be motivated to update the code after we've up streamed code gen and its tests.

We would like to upstream this part of the patch with an understanding that it will be fixed at a later date.


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

https://reviews.llvm.org/D98063



More information about the llvm-commits mailing list