// RUN: (iree-run-mlir --Xcompiler,iree-hal-target-backends=vmvx %s --input=f32=-2) | FileCheck %s // RUN: iree-run-mlir --Xcompiler,iree-hal-target-backends=llvm-cpu %s --input=f32=-2 | FileCheck %s // CHECK-LABEL: EXEC @abs func.func @abs(%input : tensor) -> (tensor) { %result = math.absf %input : tensor return %result : tensor } // CHECK: f32=2