Add diagnostic tests with fir-opt for the diagnostics emitted by the ops verifier
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, thanks!
flang/lib/Optimizer/Dialect/FIROps.cpp | ||
---|---|---|
554–555 | Nit: you can merge now: if (op.getShape() && !isArray) (same below) |
flang/lib/Optimizer/Dialect/FIROps.cpp | ||
---|---|---|
554–555 | Good catch! Thanks. |
Nit: you can merge now: if (op.getShape() && !isArray)
(same below)