[llvm] 8380a48 - [PGO] Add REQUIRES to test (#169531)

via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 25 09:33:08 PST 2025


Author: Joel E. Denny
Date: 2025-11-25T12:33:04-05:00
New Revision: 8380a48aa0b62be28b653ba6b3d38198680b2bd9

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

LOG: [PGO] Add REQUIRES to test (#169531)

The test was added by b8ef25aa643761233dc5b74d9fb7c38a2064d9c7. It
failed on at least the following bots, but the failure did not reproduce
on my test machines or in pre-commit CI:

- https://lab.llvm.org/buildbot/#/builders/190/builds/31643
- https://lab.llvm.org/buildbot/#/builders/65/builds/25949
- https://lab.llvm.org/buildbot/#/builders/154/builds/24417

d69e70149636efa0293310303878fbf9a5f31433 did not fix the failure.
Hopefully this will.

Added: 
    

Modified: 
    llvm/test/Transforms/LoopVectorize/vectorize-zero-estimated-trip-count.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/LoopVectorize/vectorize-zero-estimated-trip-count.ll b/llvm/test/Transforms/LoopVectorize/vectorize-zero-estimated-trip-count.ll
index c91a764681d20..8cde10350bd87 100644
--- a/llvm/test/Transforms/LoopVectorize/vectorize-zero-estimated-trip-count.ll
+++ b/llvm/test/Transforms/LoopVectorize/vectorize-zero-estimated-trip-count.ll
@@ -2,6 +2,7 @@
 ; LoopVectorize behavior while it tries to create runtime memory checks inside
 ; an outer loop.
 
+; REQUIRES: x86-registered-target
 ; RUN: opt -passes=loop-vectorize -S %s | FileCheck %s
 
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"


        


More information about the llvm-commits mailing list