Skip to content

Commit 8380a48

Browse files
authored
[PGO] Add REQUIRES to test (#169531)
The test was added by b8ef25a. 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 d69e701 did not fix the failure. Hopefully this will.
1 parent 53e5cfd commit 8380a48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
; LoopVectorize behavior while it tries to create runtime memory checks inside
33
; an outer loop.
44

5+
; REQUIRES: x86-registered-target
56
; RUN: opt -passes=loop-vectorize -S %s | FileCheck %s
67

78
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"

0 commit comments

Comments
 (0)