I replaced command line options like -generate-x86-fp80 with one list-like option -types.
E.g. -types=x86_fp80,i100,i256,half.
Concerns:
You can repeat the type on the list and the order is make the difference. Should I stabilize it?
Paths
| Differential D10667
[llvm-stress] Enhance scalar type selection from command line. ClosedPublic Authored by chfast on Jun 23 2015, 11:25 AM.
Details Summary I replaced command line options like -generate-x86-fp80 with one list-like option -types. Concerns:
Diff Detail Event Timelinehfinkel edited edge metadata. Comment ActionsLGTM, thanks!
I don't think this is worth worrying about. This is an internal testing tool.
This revision is now accepted and ready to land.Jul 9 2015, 5:51 PM
Closed by commit rL241896: [llvm-stress] Enhance scalar type selection from command line. (authored by chfast). · Explain WhyJul 10 2015, 3:01 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 28272 tools/llvm-stress/llvm-stress.cpp
|
Not clear why you're removing the llvm:: here in favor of adding 'using namespace llvm;'. I don't have a problem with it, but if it is an independent change, please split it into a separate commit.