brintos

brintos / llvm-project-archived public Read only

0
0
Text · 261 B · ee2a6f7 Raw
11 lines · plain
1// RUN: mlir-opt -canonicalize="test-convergence" %s | FileCheck %s2 3pdl.pattern @operation_op : benefit(1) {4  %root = operation "foo.op"5  rewrite %root {6    // CHECK: operation "bar.unused"7    %unused_rewrite = operation "bar.unused"8    erase %root9  }10}11