e19d552987
Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
13 lines
199 B
LLVM
13 lines
199 B
LLVM
; RUN: llc < %s -mtriple=x86_64-- -mcpu=corei7
|
|
|
|
define void @autogen_SD3100() {
|
|
BB:
|
|
%FC123 = fptoui float 0x40693F5D00000000 to i1
|
|
br i1 %FC123, label %V, label %W
|
|
|
|
V:
|
|
ret void
|
|
W:
|
|
ret void
|
|
}
|