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.
--implicit-check-not
1 parent f237ec0 commit c14b0bbCopy full SHA for c14b0bb
llvm/test/Verifier/denormal-fp-math.ll
@@ -1,6 +1,5 @@
1
-; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
+; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck --implicit-check-not="invalid value" %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