diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-07-31 18:46:24 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-07-31 18:46:24 +0000 |
commit | 852e00e3d1827d93878e53b20f038431b52af254 (patch) | |
tree | 1922d5015a539b5459be0c8cdc8547de9d23ed7d /llvm/test/Bitcode/upgrade-loop-metadata.ll | |
parent | 42040ed753b7dc346737a580eb03da4b5e1e860d (diff) | |
download | bcm5719-llvm-852e00e3d1827d93878e53b20f038431b52af254.tar.gz bcm5719-llvm-852e00e3d1827d93878e53b20f038431b52af254.zip |
verify-uselistorder: Change the default -num-shuffles=5
Change the default for `-num-shuffles` to 5 and better document the
algorithm in the header docs of `verify-uselistorder`.
llvm-svn: 214419
Diffstat (limited to 'llvm/test/Bitcode/upgrade-loop-metadata.ll')
-rw-r--r-- | llvm/test/Bitcode/upgrade-loop-metadata.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/upgrade-loop-metadata.ll b/llvm/test/Bitcode/upgrade-loop-metadata.ll index 3c1db98273a..806eda64434 100644 --- a/llvm/test/Bitcode/upgrade-loop-metadata.ll +++ b/llvm/test/Bitcode/upgrade-loop-metadata.ll @@ -1,7 +1,7 @@ ; Test to make sure loop vectorizer metadata is automatically upgraded. ; ; RUN: llvm-dis < %s.bc | FileCheck %s -; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order -num-shuffles=5 +; RUN: verify-uselistorder < %s.bc -preserve-bc-use-list-order define void @_Z28loop_with_vectorize_metadatav() { entry: |