search for: 0xh42cc

Displaying 5 results from an estimated 5 matches for "0xh42cc".

2013 Jun 17
2
[LLVMdev] Failure handling half type
...program: target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" define void @foo () { %1 = alloca half store half 0xH42CC, half* %1 ; 0xH42CC = 3.4 %2 = load half* %1 ret void } llc goes in SIGABRT. In the reference manual says that it's correct syntax. It's a bug? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/...
2013 Jun 17
0
[LLVMdev] Failure handling half type
...ut = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128" > target triple = "x86_64-unknown-linux-gnu" > > define void @foo () { > %1 = alloca half > store half 0xH42CC, half* %1 ; 0xH42CC = 3.4 > %2 = load half* %1 > ret void > } > > llc goes in SIGABRT. In the reference manual says that it's correct syntax. > > It's a bug? > > Thanks. > _______________________________________________ > LLVM Developers mailin...
2013 Jun 18
2
[LLVMdev] Failure handling half type
...> "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128" > target triple = "x86_64-unknown-linux-gnu" > > define void @foo () { > %1 = alloca half > store half 0xH42CC, half* %1 ; 0xH42CC = 3.4 > %2 = load half* %1 > ret void > } > > llc goes in SIGABRT. In the reference manual says that it's correct > syntax. > > It's a bug? > > Thanks. > _______________________________________________ > LLVM Developers mail...
2013 Jun 29
0
[LLVMdev] Failure handling half type
...4:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128" >> target triple = "x86_64-unknown-linux-gnu" >> >> define void @foo () { >> %1 = alloca half >> store half 0xH42CC, half* %1 ; 0xH42CC = 3.4 >> %2 = load half* %1 >> ret void >> } >> >> llc goes in SIGABRT. In the reference manual says that it's correct >> syntax. >> >> It's a bug? >> >> Thanks. >> _____________________________...
2013 Jun 29
0
[LLVMdev] Failure handling half type
...16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128" >>> target triple = "x86_64-unknown-linux-gnu" >>> >>> define void @foo () { >>> %1 = alloca half >>> store half 0xH42CC, half* %1 ; 0xH42CC = 3.4 >>> %2 = load half* %1 >>> ret void >>> } >>> >>> llc goes in SIGABRT. In the reference manual says that it's correct >>> syntax. >>> >>> It's a bug? >>> >>> Thanks...