In tests that define a pass pipeline to use, add a RUN line using fir-opt.
(extracted from https://reviews.llvm.org/D126890)
Differential D126955
[flang] Add RUN lines using `fir-opt` awarzynski on Jun 3 2022, 3:53 AM. Authored by
Details
In tests that define a pass pipeline to use, add a RUN line using fir-opt. (extracted from https://reviews.llvm.org/D126890)
Diff Detail
Event TimelineComment Actions No strong opinion. I'd like to say "less is more", but then I'm adding more RUN lines in https://reviews.llvm.org/D126890. I think that as long as we have multiple tools capable of performing a particular task, this is going to be a bit contentious. What's your preference? If we keep tco then I'd like to add flang-new too. To me, these tests exercise a particular pass and that's what fir-opt (and mlir-opt and opt) are designed for. Comment Actions I would prefer to keep the tco lines if tco is here so it is still tested. When(/if) it is remnoved we can remove the run lines. |