We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fec0a0 commit b805410Copy full SHA for b805410
llvm/test/CodeGen/Mips/readcyclecounter.ll
@@ -7,6 +7,8 @@
7
;RUN: llc -mtriple=mipsel -mcpu=mips2 < %s | FileCheck %s --check-prefix=MIPSEL_NOT_SUPPORTED
8
;RUN: llc -mtriple=mips64el -mcpu=mips3 < %s | FileCheck %s --check-prefix=MIPS64EL_NOT_SUPPORTED
9
10
+; XFAIL: expensive_checks
11
+
12
declare i64 @llvm.readcyclecounter() nounwind readnone
13
14
define i64 @test_readcyclecounter() nounwind {
0 commit comments