1; RUN: llc -mtriple=hexagon-unknown-elf -mcpu=generic < %s | FileCheck %s2 3; CHECK-NOT: invalid CPU4 5define i32 @test(i32 %a) {6 ret i32 07}8