blob: 01814cce70059e49d88ffa9b5c184170206a545d [file] [log] [blame]
; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s
; CHECK-LABEL: llvm.func @reciprocal_estimates()
; CHECK-SAME: reciprocal_estimates = "all"
define void @reciprocal_estimates() #0 {
ret void
}
attributes #0 = { "reciprocal-estimates" = "all" }