brintos

brintos / llvm-project-archived public Read only

0
0
Text · 270 B · 01814cc Raw
10 lines · plain
1; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s2 3; CHECK-LABEL: llvm.func @reciprocal_estimates()4; CHECK-SAME: reciprocal_estimates = "all"5define void @reciprocal_estimates() #0 {6  ret void7}8 9attributes #0 = { "reciprocal-estimates" = "all" }10