Also add more processors to make -mcpu option behave similar to gcc.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This looks good to me, I'd just like a test for the -mhwmult command line option as well as the -mattr version.
Comment Actions
I'd just like a test for the -mhwmult command line option as well as the -mattr version.
But they are both present. For example hwmult16.ll file has two RUN commands one for -mhwmult and other for -mattr
Comment Actions
I completely misread that, sorry - just assumed the line above was removed despite the total lack of red.
LGTM.