[PATCH] D97500: [flang][fir] Add remaining Ops. Updates to pre-existing Ops.
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 25 14:40:53 PST 2021
mehdi_amini added inline comments.
================
Comment at: flang/lib/Optimizer/Dialect/FIROps.cpp:1338
+ return mlir::success();
+}
+
----------------
Do we have test coverage for all the manual verification? It should be possible to test it all with `fir-opt --verify-diagnostic`
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