Files
clang-p2996/llvm/test/CodeGen/VE/Vector/feature_vpu.ll
Simon Moll 351c10cc72 [VE] Add +vpu attribute
`+vpu` controls whether VEISelLowering adds any vregs.  This defaults to
`-vpu` to have scalar code generation out of the box.  We bring up
vector isel under the `+vpu` flag. Once vector isel is stable we switch
to `+vpu` and advertise vregs and vops in TTI.

Reviewed By: kaz7

Differential Revision: https://reviews.llvm.org/D90465
2020-11-04 12:42:00 +01:00

6 lines
148 B
LLVM

; RUN: llc -march=ve -mattr=help 2>&1 > /dev/null | FileCheck %s
; CHECK: Available features for this target:
; CHECK: vpu - Enable the VPU.