Files
clang-p2996/llvm/test/CodeGen/VE/Scalar/cpu.ll
Kazushi (Jam) Marukawa c287f90ccd [VE] Change default CPU name to "generic"
Change default CPU name of SX-Aurora VE from "ve" to "generic" similar
to other architectures.

Reviewed By: simoll

Differential Revision: https://reviews.llvm.org/D93836
2021-01-04 20:09:57 +09:00

6 lines
170 B
LLVM

; RUN: llc -mtriple=ve -mcpu=help < %s 2>&1 | FileCheck %s
; CHECK: Available CPUs for this target:
; CHECK-EMPTY:
; CHECK-NEXT: generic - Select the generic processor.