repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Hexagon
/
readsteadycounter.ll
blob
5a78552117d9e4dbae73831d168570e71be0c265
1
2
; RUN: llc -march=hexagon < %s | FileCheck %s
3
4
; CHECK-LABEL: test_readsteadycounter
5
; CHECK: r1:0 = c31:30
6
define i64 @test_readsteadycounter() nounwind {
7
%t0 = call i64 @llvm.readsteadycounter()
8
ret i64 %t0
9
}
10
11
declare i64 @llvm.readsteadycounter()