[llvm-stress] Enhance scalar type selection from command line.
authorPawel Bylica <chfast@gmail.com>
Fri, 10 Jul 2015 10:01:47 +0000 (10:01 +0000)
committerPawel Bylica <chfast@gmail.com>
Fri, 10 Jul 2015 10:01:47 +0000 (10:01 +0000)
commit8229e332bd6e7add96dabe230f8e6c701d5f3e39
tree1eac09553b53a76ae2e2da3759a158d58b8efff0
parent89a6fba75e7567f08b77d991642d0f167360f935
[llvm-stress] Enhance scalar type selection from command line.

llvm-stress command line options like -generate-x86-fp80 has been replaced with one list-like option -types. E.g. llvm-stress -types=x86_fp80,i100,i256,half. Default types (i1, i8, i16, i32, i64, float, double) are always added at the beginning of that list.

Reviewers: hfinkel

Differential Revision: http://reviews.llvm.org/D10667

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241896 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-stress/llvm-stress.cpp