1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Transforms/IRCE
Sanjoy Das 565a8e6faf [IRCE] Add an option to skip profitability checks
If `-irce-skip-profitability-checks` is passed in, IRCE will kick in in
all cases where it is legal for it to kick in.  This flag is intended to
help diagnose and analyse performance issues.

llvm-svn: 276372
2016-07-22 00:40:56 +00:00
..
bug-loop-varying-upper-limit.ll
bug-mismatched-types.ll
conjunctive-checks.ll [IRCE] Optimize conjunctions of range checks 2016-05-26 00:09:02 +00:00
decrementing-loop.ll [SCEV] Try to reuse existing value during SCEV expansion 2016-02-04 01:27:38 +00:00
low-becount.ll
multiple-access-no-preloop.ll
not-likely-taken.ll
only-lower-check.ll [IRCE] Optimize "uses" not branches; NFCI 2016-05-23 22:16:45 +00:00
only-upper-check.ll [IRCE] Optimize "uses" not branches; NFCI 2016-05-23 22:16:45 +00:00
single-access-no-preloop.ll
single-access-with-preloop.ll
skip-profitability-checks.ll [IRCE] Add an option to skip profitability checks 2016-07-22 00:40:56 +00:00
unhandled.ll
with-parent-loops.ll