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