[PATCH] D111288: [fir] Add data flow optimization pass
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 15 00:47:42 PDT 2021
clementval added inline comments.
================
Comment at: flang/test/Fir/memref-data-flow.fir:103
+// CHECK: return
+// CHECK: }
+
----------------
mehdi_amini wrote:
> These tests looks like entirely auto-generated, what should we expect here?
>
> Also the source of the test seems like taken directly from a real-world example, without any attempt to document or minimize: this can be a maintenance problem moving forward.
I heard that when you guys discussed the upstreaming of fir-dev it was advise to use to MLIR script to generate the check because the current checks were too small.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111288/new/
https://reviews.llvm.org/D111288
More information about the llvm-commits
mailing list