This patch is a follow up of D96422 and move BoxProcType to TableGen.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
flang/lib/Optimizer/Dialect/FIRType.cpp | ||
---|---|---|
1392 | I didn't ask on the previous revision, but do we already have test coverage on all these? The refactoring could be an opportunity to check this if you can :) |
flang/lib/Optimizer/Dialect/FIRType.cpp | ||
---|---|---|
1392 | Still trying to get enough code upstreamed to add the tool to do that. Chicken-and-egg situation. |
flang/lib/Optimizer/Dialect/FIRType.cpp | ||
---|---|---|
1392 | I don't understand the chicken and egg? |
flang/lib/Optimizer/Dialect/FIRType.cpp | ||
---|---|---|
1392 | We have a fir-opt tool ready in fir-dev. I can send a patch. https://reviews.llvm.org/D96535 |
I didn't ask on the previous revision, but do we already have test coverage on all these? The refactoring could be an opportunity to check this if you can :)