We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0848fc0 commit f237ec0Copy full SHA for f237ec0
llvm/test/Verifier/denormal-fp-math.ll
@@ -1,5 +1,6 @@
1
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3
+; CHECK-NOT: invalid value for 'denormal-fp-math' attribute
4
define float @test_denormal_fp_math_valid() "denormal-fp-math"="ieee,ieee" {
5
ret float 1.0
6
}
0 commit comments