brintos

brintos / llvm-project-archived public Read only

0
0
Text · 264 B · 861d997 Raw
11 lines · plain
1; RUN: llc -verify-machineinstrs -mcpu=pwr7 -mtriple=powerpc64le-unknown-unknown < %s | FileCheck %s2define void @test() {3entry:4  call void asm sideeffect "mtfsb1 ${0:s}", "i"(i32 7), !srcloc !15  ret void6}7; CHECK: #APP8; CHECK-NEXT: mtfsb1 259 10!1 = !{i32 40}11