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)
commitae42d7d0205a3b7a5b6e2d01affd09dbc97ac736
tree35c251d0ca9623a231fd0a26bbe9ac3df7120de2
parentfcb526020a41684ba22e0ecb5f6d172fc86a12c4
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.

llvm-svn: 215056
llvm/utils/shuffle_fuzz.py