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
[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-ml
/
hexfloat_warn.asm
blob
5ba3083af7da30e40532694209349ec30565e3fe
1
; RUN: llvm-ml -filetype=s %s /Fo - 2>&1 | FileCheck %s
2
3
.data
4
5
; CHECK: :[[# @LINE + 1]]:25: warning: MASM-style hex floats ignore explicit sign
6
negative_hexfloat REAL4
-
3
fa66666r
7
; CHECK-LABEL: negative_hexfloat:
8
; CHECK-NEXT: .long 1067869798
9
10
.code
11
12
END