Files
clang-p2996/llvm/test/Transforms/LoadStoreVectorizer/NVPTX/lit.local.cfg
Justin Lebar 62b03e344e [LSV] Vectorize up to side-effecting instructions.
Summary:
Previously if we had a chain that contained a side-effecting
instruction, we wouldn't vectorize it at all.  Now we'll vectorize
everything that comes before the side-effecting instruction.

Reviewers: asbirlea

Subscribers: arsenm, jholewinski, llvm-commits, mzolotukhin

Differential Revision: https://reviews.llvm.org/D22536

llvm-svn: 276170
2016-07-20 20:07:34 +00:00

4 lines
70 B
INI

if not 'NVPTX' in config.root.targets:
config.unsupported = True