// RUN: npcomp-opt <%s -convert-tcp-to-linalg | FileCheck %s --dump-input=fail // CHECK-LABEL: func @f func @f(%arg0: tensor, %arg1: tensor) -> tensor { // CHECK: linalg.generic %0 = "tcp.add"(%arg0, %arg1) : (tensor, tensor) -> tensor return %0 : tensor }