Add an option to the shuffle fuzzer that lets you fuzz exclusively
authorChandler Carruth <chandlerc@gmail.com>
Thu, 7 Aug 2014 04:49:54 +0000 (04:49 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 7 Aug 2014 04:49:54 +0000 (04:49 +0000)
commit792202d090f08fbe4c567bb2a2c2fe634c57b4e0
tree9adad61ce715ccdc5a5b5be5f74148c7b55103b8
parent14d29b65e515d6e0771eaee4e0684580fae1b184
Add an option to the shuffle fuzzer that lets you fuzz exclusively
within a single bit-width of vectors. This is particularly useful for
when you know you have bugs in a certain area and want to find simpler
test cases than those produced by an open-ended fuzzing that ends up
legalizing the vector in addition to shuffling it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215056 91177308-0d34-0410-b5e6-96231b3b80d8
utils/shuffle_fuzz.py