The introduce method areCompatibleControlFlowEdgeOperandTypes on
BranchOpInterface and RegionBranchOpInterface interfaces allows specifying
type constraints between operand and block argument types.
In particular, it allows using the constraint isMoreSpecializedOrSame()
instead of equality.
Details
Details
- Reviewers
rriddle silvas mehdi_amini
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo