Introducing the PolymorphicOpConversionPass and moving fir.select_type into it.
The plan is also use this pass for fir.dispatch
The goal is to simplify the lowering of polymorphic operations with an intermediate FIR representation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I don't understand this code very well, but I can confirm that all builds and tests correctly and looks OK to me.
Comment Actions
flang/lib/Optimizer/Transforms/PolymorphicOpConversion.cpp | ||
---|---|---|
59 | Could you please move the definition out of the anonymous namespace? Thanks. |
Could you please move the definition out of the anonymous namespace? Thanks.