search for: mergeicmps

Displaying 3 results from an estimated 3 matches for "mergeicmps".

2020 Jul 02
2
flags to reproduce clang -O3 with opt -O3
...reduce -loop-simplify-lcssa-verification -lrshrink -machine-block-freq -machine-combiner -machine-cp -machine-cse -machinedomtree-machine-loops -machinelicm -machine-loops -machinepostdomtree -machinepostdomtree-block-placement -machine-scheduler -machine-sink -machine-trace-metrics -mergeicmps -objc-arc-contract -opt-phis -partially-inline-libcalls -peephole-opt -postra-machine-sink -post-RA-sched -processimpdefs -reaching-deps-analysis -rename-independent-subregs -shrink-wrap -simple-register-coalescing -slotindexes -spill-code-placement -stack-coloring -stackmap-liveness...
2020 Jul 03
2
flags to reproduce clang -O3 with opt -O3
...-machine-loops >> >> -machinelicm >> >> -machine-loops >> >> -machinepostdomtree >> >> -machinepostdomtree-block-placement >> >> -machine-scheduler >> >> -machine-sink >> >> -machine-trace-metrics >> >> -mergeicmps >> >> -objc-arc-contract >> >> -opt-phis >> >> -partially-inline-libcalls >> >> -peephole-opt >> >> -postra-machine-sink >> >> -post-RA-sched >> >> -processimpdefs >> >> -reaching-deps-analysis >>...
2018 Feb 12
1
LLVM Weekly - #215, Feb 12th 2018
...ute kernels on the available hardware." ## LLVM commits * LLVM now supports representing discriminated unions in DWARF, as required by Rust. [r324426](http://reviews.llvm.org/rL324426). * Code generation for Armv8.2-A FP16 has been added. [r324321](http://reviews.llvm.org/rL324321). * The MergeICmps pass is now enabled by default. [r324465](http://reviews.llvm.org/rL324465). * `utils/update_llc_test_checks.py` and `utils/update_test_checks.py` have been updated to share more code. [r324803](http://reviews.llvm.org/rL324803). ## Clang commits * The `trivial_abi` attribute has been added. Thi...