search for: hello0

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

Did you mean: hello
2017 Oct 25
3
LLVM v6.0 Internalize and GlobalDCE PASS can not work together?
...together: $ ./build/Release+Asserts/bin/opt --version LLVM (http://llvm.org/):   LLVM version 3.1   Optimized build with assertions.   Built Oct 23 2017 (16:22:51).   Default target: x86_64-unknown-linux-gnu   Host CPU: corei7-avx $ ./build/Release+Asserts/bin/clang -S -emit-llvm hello.c -o hello0.ll $ cat hello0.ll ; ModuleID = 'hello.c' 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" @.str = private...
2017 Oct 26
2
LLVM v6.0 Internalize and GlobalDCE PASS can not work together?
...LVM (http://llvm.org/): >>   LLVM version 3.1 >>   Optimized build with assertions. >>   Built Oct 23 2017 (16:22:51). >>   Default target: x86_64-unknown-linux-gnu >>   Host CPU: corei7-avx >> >> $ ./build/Release+Asserts/bin/clang -S -emit-llvm hello.c -o hello0.ll >> >> $ cat hello0.ll >> ; ModuleID = 'hello.c' >> 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 =...