search for: x86jmp

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

2016 Dec 06
2
RFC: Killing undef and spreading poison
...aw data: https://github.com/aqjune/freezescript/tree/master/resultcsv-mailinglist/LNT Server1: Intel Core i7 CPU 870 @ 2.93GHz, 8 GBs RAM Server2: Intel Core i5-6600 CPU @ 3.30GHz, 8 GBs RAM Implementation ============== A prototype is available at: - https://github.com/snu-sf/llvm-freeze/tree/x86jmp - https://github.com/snu-sf/clang-freeze This implementation includes: - Make clang emit freeze for bit-field codegen - Add freeze instruction to IR, plus a few instcombine patterns to simply freeze(freeze(x)), for example - Fix a few instcombine select patterns to introduce freeze when needed...
2016 Oct 18
8
RFC: Killing undef and spreading poison
...aw data: https://github.com/aqjune/freezescript/tree/master/resultcsv-mailinglist/LNT Server1: Intel Core i7 CPU 870 @ 2.93GHz, 8 GBs RAM Server2: Intel Core i5-6600 CPU @ 3.30GHz, 8 GBs RAM Implementation ============== A prototype is available at: - https://github.com/snu-sf/llvm-freeze/tree/x86jmp - https://github.com/snu-sf/clang-freeze This implementation includes: - Make clang emit freeze for bit-field codegen - Add freeze instruction to IR, plus a few instcombine patterns to simply freeze(freeze(x)), for example - Fix a few instcombine select patterns to introduce freeze when needed...