[PATCH] D118436: [flang] Initial lowering for empty program

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 31 04:54:43 PST 2022


clementval added a comment.

In D118436#3283473 <https://reviews.llvm.org/D118436#3283473>, @awarzynski wrote:

> In D118436#3280512 <https://reviews.llvm.org/D118436#3280512>, @clementval wrote:
>
>> The `flang-new` driver will need some parts to be upstream as well in order to be able to lower code. This is not part of this patch.
>
> Do you mean "lowering" code per-se, or driver code? I've only skimmed this patch through and it seems that I could start upstreaming the driver itself (i.e. being able to lower an empty program should be sufficient).  I might be missing something though.  @clementval ?

Just driver code I guess. I was just pointing that this patch does not enable lowering in the driver itself but just with bbc.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118436



More information about the llvm-commits mailing list