brintos

brintos / llvm-project-archived public Read only

0
0
Text · 257 B · 377097a Raw
12 lines · plain
1 2; RUN: llc -mtriple=hexagon < %s | FileCheck %s3 4; CHECK-LABEL: test_readsteadycounter5; CHECK: r1:0 = c31:306define i64 @test_readsteadycounter() nounwind {7  %t0 = call i64 @llvm.readsteadycounter()8  ret i64 %t09}10 11declare i64 @llvm.readsteadycounter()12