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?
Differential D10667
[llvm-stress] Enhance scalar type selection from command line. chfast on Jun 23 2015, 11:25 AM. Authored by
Details I replaced command line options like -generate-x86-fp80 with one list-like option -types. Concerns:
Diff Detail
Event TimelineComment Actions LGTM, thanks!
I don't think this is worth worrying about. This is an internal testing tool.
|