[all-commits] [llvm/llvm-project] b3a9e8: [LV] Reduce memory-check-threshold for test to pre...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Nov 22 03:08:14 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b3a9e8f7c0afb00147ab6c6a6ad426de149420dd
https://github.com/llvm/llvm-project/commit/b3a9e8f7c0afb00147ab6c6a6ad426de149420dd
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-11-22 (Wed, 22 Nov 2023)
Changed paths:
M llvm/test/Transforms/LoopVectorize/PowerPC/interleaved-pointer-runtime-check-unprofitable.ll
Log Message:
-----------
[LV] Reduce memory-check-threshold for test to preserve original test.
Future patches will remove some redundant instructions for runtime
checks, which brings this test case slightly below the default limit of
128. Force a lower limit to preserve the original spirit of the test
(checking that no interleaving happens if the number of checks is
above he threshold)
More information about the All-commits
mailing list