brintos

brintos / llvm-project-archived public Read only

0
0
Text · 236 B · 06c5bc5 Raw
11 lines · plain
1; RUN: llc < %s -mtriple=sparcv9 | FileCheck %s2 3define dso_local zeroext i32 @f() local_unnamed_addr {4entry:5  %0 = tail call i64 asm "", "=r"()6  %shr = lshr i64 %0, 327  %conv = trunc i64 %shr to i328  ret i32 %conv9}10; CHECK: srlx11