search for: epona

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

2018 Jan 19
0
[job] LLVM compiler engineer job opportunity at QuarksLab
Dear compiler enthousiasts, the Epona[0] compiler team from Quarkslab is looking for a compiler enthusiast to work on LLVM bitcode obfuscation. The full job description is available here: https://quarkslab.com/#epona-engineer It's a job that requires creativity to design new code obfuscation, compiler skills to integrate the...
2017 Jun 17
5
LoopVectorize fails to vectorize loops with induction variables with PtrToInt/IntToPtr conversions
...> > ; <label>:28: ; preds = %27, %5 > ret void > } If we compile only the "op" function while activation the debug mode, here is the output: > $ clang -O2 -S -emit-llvm op_zip_iterator.cpp -std=c++11 -o - -fno-vectorize |~/dev/epona-llvm/build_debug_shared/bin/opt -debug -debug-only loop-vectorize -O2 -S > > LV: Checking a loop in "_Z2opPi16add_zip_iteratorS0_" from <stdin> > LV: Loop hints: force=? width=0 unroll=0 > LV: Found a loop: > LV: Found an induction variable. > LV: Found an induct...