[llvm] b805410 - LLVM/Test: Mark Mips readcyclecounter.ll XFAIL: expensive_checks (#127587)

via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 18 01:14:32 PST 2025


Author: YunQiang Su
Date: 2025-02-18T17:14:29+08:00
New Revision: b8054104d36d0b26b2a445d61ba12cf0fe6ba805

URL: https://github.com/llvm/llvm-project/commit/b8054104d36d0b26b2a445d61ba12cf0fe6ba805
DIFF: https://github.com/llvm/llvm-project/commit/b8054104d36d0b26b2a445d61ba12cf0fe6ba805.diff

LOG: LLVM/Test: Mark Mips readcyclecounter.ll XFAIL: expensive_checks (#127587)

expsensive_check complains that:

bb.0.entry:
  %0:gpr32 = RDHWR $hwr2, 0
  %1:gpr32 = ADDiu $zero, 0
  $v0 = COPY %0:gpr32
  $v1 = COPY %1:gpr32
  RetRA implicit $v0, implicit $v1

*** Bad machine code: Using an undefined physical register ***
- function:    test_readcyclecounter
- basic block: %bb.0 entry (0xad97ee0)
- instruction: %0:gpr32 = RDHWR $hwr2, 0
- operand 1:   $hwr2
LLVM ERROR: Found 1 machine code errors.

Added: 
    

Modified: 
    llvm/test/CodeGen/Mips/readcyclecounter.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/Mips/readcyclecounter.ll b/llvm/test/CodeGen/Mips/readcyclecounter.ll
index 467dd92884b3d..23d3ea014f091 100644
--- a/llvm/test/CodeGen/Mips/readcyclecounter.ll
+++ b/llvm/test/CodeGen/Mips/readcyclecounter.ll
@@ -7,6 +7,8 @@
 ;RUN: llc -mtriple=mipsel -mcpu=mips2 < %s | FileCheck %s --check-prefix=MIPSEL_NOT_SUPPORTED
 ;RUN: llc -mtriple=mips64el -mcpu=mips3 < %s | FileCheck %s --check-prefix=MIPS64EL_NOT_SUPPORTED
 
+; XFAIL: expensive_checks
+
 declare i64 @llvm.readcyclecounter() nounwind readnone
 
 define i64 @test_readcyclecounter() nounwind {


        


More information about the llvm-commits mailing list