[X86] Honor command line features along with cpu_specific attribute
If the feature is on the command line we should honor it for all functions. I don't think we could reliably target a single function for a less capable processor than what the rest of the program is compiled for. Fixes PR52407. Reviewed By: erichkeane Differential Revision: https://reviews.llvm.org/D113647
Loading
Please sign in to comment