1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/test/Transforms/IROutliner
Andrew Litteken b277299271 [IROutliner] Removing a duplicate addition, causing overestimates in IROutliner.
There was an extra addition left over from a previous commit for the
cost model, this removes it.
2021-01-03 23:36:28 -06:00
..
extraction.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
illegal-allocas.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
illegal-assumes.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
illegal-branches.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
illegal-callbr.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
illegal-catchpad.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
illegal-cleanup.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
illegal-frozen.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
illegal-indirect-calls.ll [IRSim][IROutliner] Allowing call instructions to be outlined. 2020-12-31 23:01:29 -06:00
illegal-invoke.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
illegal-landingpad.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
illegal-memcpy.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
illegal-memmove.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
illegal-memset.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
illegal-phi-nodes.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
illegal-vaarg.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
legal-debug.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
opt-remarks.ll [IROutliner] Removing a duplicate addition, causing overestimates in IROutliner. 2021-01-03 23:36:28 -06:00
outlining-address-taken.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
outlining-calls.ll [IROutliner] Removing a duplicate addition, causing overestimates in IROutliner. 2021-01-03 23:36:28 -06:00
outlining-commutative-fp.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
outlining-commutative.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
outlining-compatible-and-attribute-transfer.ll [IROutliner] Removing a duplicate addition, causing overestimates in IROutliner. 2021-01-03 23:36:28 -06:00
outlining-compatible-or-attribute-transfer.ll [IROutliner] Removing a duplicate addition, causing overestimates in IROutliner. 2021-01-03 23:36:28 -06:00
outlining-constants-vs-registers.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
outlining-cost-model.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
outlining-debug-statements.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
outlining-different-constants.ll [IROutliner] Removing a duplicate addition, causing overestimates in IROutliner. 2021-01-03 23:36:28 -06:00
outlining-different-globals.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
outlining-different-output-blocks.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
outlining-different-structure.ll [IROutliner] Removing a duplicate addition, causing overestimates in IROutliner. 2021-01-03 23:36:28 -06:00
outlining-gep.ll [IRSim][IROutliner] Allowing GEP instructions to be outlined. 2020-12-31 16:54:17 -06:00
outlining-isomorphic-predicates.ll [IROutliner] Removing a duplicate addition, causing overestimates in IROutliner. 2021-01-03 23:36:28 -06:00
outlining-odr.ll [IROutliner] Adding option to enable outlining from linkonceodr functions 2020-12-30 12:08:04 -06:00
outlining-remapped-outputs.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
outlining-same-constants.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
outlining-same-globals.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
outlining-same-output-blocks.ll [IROutliner] Adding a cost model, and debug option to turn the model off. 2020-12-29 12:43:41 -06:00
outlining-swift-error.ll [IROutliner] Adding support for swift errors in the IROutliner 2020-12-30 01:17:27 -06:00