search for: fc_

Displaying 4 results from an estimated 4 matches for "fc_".

Did you mean: fc4
2014 Sep 09
3
[LLVMdev] failed folding with constant array with opt -O3
...llowing simplified llvm ir, which basically returns value based on the first value of a constant array. ---- ; ModuleID = 'simple_ir3.txt' @f.b = constant [1 x i32] [i32 1], align 4 ; constant array with value 1 at the first element define void @f(i32* nocapture %l0) { entry: %fc_ = alloca [1 x i32] %f.b.v = load [1 x i32]* @f.b store [1 x i32] %f.b.v, [1 x i32]* %fc_ %0 = getelementptr [1 x i32]* %fc_, i64 0, i64 0 ; load the first element of the constant array, which is actually 1 %1 = load i32* %0 %tobool = icmp ne i32 %1, 0 ; check the first elemen...
2014 Sep 10
3
[LLVMdev] failed folding with constant array with opt -O3
...constant array. >> >> ---- >> ; ModuleID = 'simple_ir3.txt' >> >> @f.b = constant [1 x i32] [i32 1], align 4 ; constant array >> with value 1 at the first element >> >> define void @f(i32* nocapture %l0) { >> entry: >> %fc_ = alloca [1 x i32] >> %f.b.v = load [1 x i32]* @f.b >> store [1 x i32] %f.b.v, [1 x i32]* %fc_ >> %0 = getelementptr [1 x i32]* %fc_, i64 0, i64 0 ; load the first >> element of the constant array, which is actually 1 >> %1 = load i32* %0 >> %tobo...
2012 Dec 04
3
Print properties are not saved
...when I try to upload the driver from an XP client I get: impossibile copiare hplj4650.CF_ Assicurarsi che la posizione del file *qui sotto* sia corretta oppur specificarne un'altra e inserire 'HP Colo... CD' nell'unit?? scelta That sounds like : no way to copy hplib4650.FC_ Make sure the posotion of the file belo is correct or specify a different one and insert HP Color drive... How can I debug permissions? I don't find any suspicious log, really when I get this message I see no log at all in log.smb: does that sound correct? Not to mention tat the printer i...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *