search for: r3844

Displaying 2 results from an estimated 2 matches for "r3844".

Did you mean: 3844
2007 Apr 29
1
[LLVMdev] Implicit def after printf call
...codegen. Can anyone shed some light on the llvm-generated ASM comment "#IMPLICIT DEF %eax"? I found a note somewhere saying that it describes "registers that are live on input to the function." Here are the relevant llvm instructions from my testcase (which look correct): %r3844 = call i32 (i8*, ...)* @printf( i8* getelementptr (i8* bitcast ([663 x i64]* @"initialized$$$CFE_id_786aaaf0_08b61fc9" to i8*), i64 1512)); %r3858 = volatile load i32* bitcast ([1 x i64]* @bGotUsr1Signal to i32*); %r3859 = icmp eq i32 %r3858, 0 ; <i1> [#uses=1] Here'...
2013 Jan 15
1
RFC Eaton serial scan
?Hello, I would like to merge branches/serial_nutscanner to the trunk. The attached patch contains the needed modifications. You can read docs/man/nutscan_scan_eaton_serial.txt to see what it is about and docs/man/nut-scanner.txt to see modification to nut-scanner tool interface. This adds about 100K to the libnutscan.so file. Regards, Fred -----------------------------