Commit 42c6018
committed
Add -max-dependences=97 to the X86 test case
interleaved-accesses-use-after-free.ll is intended to exceed max-dependences
to make the Dependences from MemoryDepChecker unavailable.
The default value of max-dependences is 100.
This PR reduce three dependences which make the Dependences available.
Adding -max-dependences=97 to preserve the original semantic.1 parent 5f84082 commit 42c6018
File tree
1 file changed
+2
-2
lines changed- llvm/test/Transforms/LoopVectorize/X86
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments