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.
Paths
| Differential D113647
[X86] Honor command line features along with cpu_specific attribute ClosedPublic Authored by craig.topper on Nov 10 2021, 10:08 PM.
Details Summary If the feature is on the command line we should honor it for all Fixes PR52407.
Diff Detail
Event Timelinecraig.topper created this revision. Comment Actions Is there a lit-test that could be added to make sure this happens? We put this in an llvm-attribute, so it should be checkable. This revision is now accepted and ready to land.Nov 11 2021, 6:05 AM Comment Actions
Forgot to git add the file I wrote. Closed by commit rG893efd0d665b: [X86] Honor command line features along with cpu_specific attribute (authored by craig.topper). · Explain WhyNov 11 2021, 9:06 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 386524 clang/lib/AST/ASTContext.cpp
clang/test/CodeGen/attr-cpuspecific-avx-abi.c
|
clang-format not found in user’s local PATH; not linting file.