Files
clang-p2996/llvm/test/Transforms/LoopDataPrefetch/RISCV/lit.local.cfg
Wang Pengcheng 9bb69c1d96 [RISCV] Enable LoopDataPrefetch pass (#66201)
So that we can benefit from data prefetch when `Zicbop` extension is
supported.

Tune information for data prefetching are added in `RISCVTuneInfo`.
2023-11-10 15:39:58 +08:00

3 lines
69 B
INI

if not "RISCV" in config.root.targets:
config.unsupported = True