llvm-6502/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/lit.local.cfg
Eli Bendersky 167a57ca45 Add an optimization that does CSE in a group of similar GEPs.
This optimization merges the common part of a group of GEPs, so we can compute
each pointer address by adding a simple offset to the common part.

The optimization is currently only enabled for the NVPTX backend, where it has
a large payoff on some benchmarks.

Review: http://reviews.llvm.org/D3462

Patch by Jingyue Wu.




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207783 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-01 18:38:36 +00:00

5 lines
110 B
INI

targets = set(config.root.targets_to_build.split())
if not 'NVPTX' in targets:
config.unsupported = True