Add a HLFIR operation for the TRANSPOSE transformational intrinsic,
according to the design set out in flang/doc/HighLevelFIR.md
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Small nit, looks good otherwise.
flang/lib/Optimizer/HLFIR/IR/HLFIRDialect.cpp | ||
---|---|---|
133 | getFortranElementOrSequenceType(type).isa<fir::SequenceType>() should simplify the logic. |
getFortranElementOrSequenceType(type).isa<fir::SequenceType>() should simplify the logic.