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