[PATCH] D97500: [flang][fir] Add remaining Ops. Updates to pre-existing Ops.

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 08:14:26 PST 2021


schweitz added inline comments.


================
Comment at: flang/lib/Optimizer/Dialect/FIROps.cpp:1338
+  return mlir::success();
+}
+
----------------
mehdi_amini wrote:
> Do we have test coverage for all the manual verification? It should be possible to test it all with `fir-opt --verify-diagnostic`
It's being worked on.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97500



More information about the llvm-commits mailing list