Files
clang-p2996/llvm/test/Transforms/LoopDataPrefetch/LoongArch/lit.local.cfg
Xiaodong Liu 11674147e4 [LoongArch] Enable LoopDataPrefetch pass
Keep `EnableLoopDataPrefetch` option off for now because
we need a few more TTIs and ISels.

This patch is inspired by http://reviews.llvm.org/D17943.

Reviewed By: SixWeining

Differential Revision: https://reviews.llvm.org/D146600
2023-03-24 11:09:18 +08:00

3 lines
73 B
INI

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