Adding the FIR types used to describe the Fortran semantics of indexing FIR arrays.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
flang/lib/Optimizer/Dialect/FIRType.cpp | ||
---|---|---|
514 | MLIR has now the ability to auto-generate all this from TableGen, reducing drastically the boilerplate, can we move all these there? https://mlir.llvm.org/docs/OpDefinitions/#type-definitions |
flang/lib/Optimizer/Dialect/FIRType.cpp | ||
---|---|---|
514 | Nice addition. How about going through all these types and using the new tablegen syntax for them all in a separate patch? |
flang/lib/Optimizer/Dialect/FIRType.cpp | ||
---|---|---|
514 | Sure, whatever works best for you here. |
MLIR has now the ability to auto-generate all this from TableGen, reducing drastically the boilerplate, can we move all these there? https://mlir.llvm.org/docs/OpDefinitions/#type-definitions