llvm-project/llvm/test/Transforms/SimplifyCFG/ARM
Sam Parker 65f78e73ad [SimplifyCFG] Consider cost of combining predicates.
Modify FoldBranchToCommonDest to consider the cost of inserting
instructions when attempting to combine predicates to fold blocks.
The threshold can be controlled via a new option:
-simplifycfg-branch-fold-threshold which defaults to '2' to allow
the insertion of a not and another logical operator.

Differential Revision: https://reviews.llvm.org/D86526
2020-09-07 10:04:50 +01:00
..
branch-fold-threshold.ll [SimplifyCFG] Consider cost of combining predicates. 2020-09-07 10:04:50 +01:00
cttz-ctlz.ll
lit.local.cfg
phi-eliminate.ll [NFC] Add SimplifyCFG for ARM 2020-08-21 11:52:31 +01:00
select-costs.ll [SimplifyCFG] Cost required selects 2020-08-21 09:52:52 +01:00
select-trunc-i64.ll
speculate-math.ll
speculate-vector-ops.ll
switch-to-lookup-table-constant-expr.ll
switch-to-lookup-table.ll