1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/test/Transforms/SLPVectorizer/VE/lit.local.cfg
Simon Moll 9bff67230d [VE][TTI] don't advertise vregs/vops
Claim to not have any vector support to dissuade SLP, LV and friends
from generating SIMD IR for the VE target.  We will take this back once
vector isel is stable.

Reviewed By: kaz7, fhahn

Differential Revision: https://reviews.llvm.org/D90462
2020-11-06 11:12:10 +01:00

5 lines
133 B
INI

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