9 lines · plain
1; Adding -enable-matrix, which is disabled by default, forces the initialization2; of the PPCSubtarget which verifies the incompatible CPU features.3; RUN: not llc -mtriple=powerpcspe -mattr=+vsx -enable-matrix < %s 2>&1 | FileCheck %s4 5; CHECK: SPE and traditional floating point cannot both be enabled6define void @test() {7 ret void8}9