repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-ml
/
hexfloat_error.asm
blob
d917529540d5a9f4248320503e165b482a022c7d
1
; RUN: not llvm-ml -filetype=s %s /WX /Fo /dev/null 2>&1 | FileCheck %s --implicit-check-not=error:
2
3
.data
4
5
; CHECK: :[[# @LINE + 1]]:25: error: MASM-style hex floats ignore explicit sign
6
negative_hexfloat REAL4
-
3
fa66666r
7
8
.code
9
10
END