[llvm] 8513cad - [ProfCheck] Add ExpandIRInsts test to profcheck-xfail.txt

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 29 10:33:43 PST 2026


Author: Aiden Grossman
Date: 2026-01-29T18:33:34Z
New Revision: 8513cadd0e1e0d8f0bab990b63d12d3feb530050

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

LOG: [ProfCheck] Add ExpandIRInsts test to profcheck-xfail.txt

There are in-flight patches to fix the remaining ExpandIRInsts failures
that should fix this. Disable for now to get the bot back to green.

Added: 
    

Modified: 
    llvm/utils/profcheck-xfail.txt

Removed: 
    


################################################################################
diff  --git a/llvm/utils/profcheck-xfail.txt b/llvm/utils/profcheck-xfail.txt
index 3de2585a022a6..414b47d08683d 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -129,6 +129,7 @@ Transforms/ExpandIRInsts/X86/srem129.ll
 Transforms/ExpandIRInsts/X86/udiv129.ll
 Transforms/ExpandIRInsts/X86/urem129.ll
 Transforms/ExpandIRInsts/X86/vector.ll
+Transforms/ExpandIRInsts/X86/expand-fp-convert-small.ll
 Transforms/ExpandIRInsts/X86/expand-large-fp-convert-fptosi129.ll
 Transforms/ExpandIRInsts/X86/expand-large-fp-convert-fptoui129.ll
 Transforms/ExpandIRInsts/X86/expand-large-fp-convert-si129tofp.ll


        


More information about the llvm-commits mailing list