[PATCH] D96068: [flang] Adapt mlir based error status handling in `tco` tool

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 5 11:42:25 PST 2021


schweitz added a comment.

In D96068#2545163 <https://reviews.llvm.org/D96068#2545163>, @clementval wrote:

> In D96068#2544145 <https://reviews.llvm.org/D96068#2544145>, @mehdi_amini wrote:
>
>> Beyond this, is `tco` supposed to be the `opt` tool or do we need another one? If it is supposed to be the opt tool, can it be renamed `fir-opt` for consistency?
>
> We have a `fir-opt` tool that should be upstream soon. Once we have it `tco` will be more like `mlir-translate` in the end when we remove the `emit-fir` option.

Yes, `tco` is the tool for testing LLVM code generation. `fir-opt` hasn't been merged yet.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96068



More information about the llvm-commits mailing list