Skip to content

Commit 8933b34

Browse files
Martien de Jongmartien-de-jong
authored andcommitted
[AIE} Fix ore test by explicitly stating the number of II tries
1 parent 61f0e1b commit 8933b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AIE/aie2p/schedule/postpipeliner/postpipeliner-ore.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# (c) Copyright 2025 Advanced Micro Devices, Inc. or its affiliates
66

77
# RUN: llc --mtriple=aie2p -O2 --start-before=postmisched %s \
8-
# RUN: --aie-addrspace-none-is-safe=1 \
8+
# RUN: --aie-addrspace-none-is-safe=1 --aie-postpipeliner-maxtry-ii=10 \
99
# RUN: -pass-remarks-output=- -pass-remarks-filter=postpipeliner -o /dev/null | FileCheck %s
1010

1111

0 commit comments

Comments
 (0)