brintos

brintos / llvm-project-archived public Read only

0
0
Text · 142 B · 10b1030 Raw
8 lines · plain
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