Fix example in OpInterfaces documentation
The concept-based polymorphism structure was missing an inheritance link between the concept and the model. The interface class did not re-export the base class constructor, which made it unusable with llvm::isa calls. Fix these and reformat the code around. PiperOrigin-RevId: 272452062
Loading
Please sign in to comment