brintos

brintos / llvm-project-archived public Read only

0
0
Text · 230 B · 14099bb Raw
11 lines · cpp
1#include "TestInterfaces.h"2 3using namespace mlir;4 5bool mlir::TestEffects::Effect::classof(6    const mlir::SideEffects::Effect *effect) {7  return isa<mlir::TestEffects::Concrete>(effect);8}9 10#include "TestOpInterfaces.cpp.inc"11