A followup to: https://reviews.llvm.org/D42978
This patch adds X86 and X86_64 support for
enabling the march notes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Basic/Targets/X86.cpp | ||
---|---|---|
1670–1672 ↗ | (On Diff #133443) | checkCPUKind() doesn't define PROC_ALIAS so I don't think it can handle the values? |
test/Misc/target-invalid-cpu-note.c | ||
11 ↗ | (On Diff #133443) | If we really want to check all these values (does any other test do it? I don't really get the value) this line needs to be split, it's way too long. |
lib/Basic/Targets/X86.cpp | ||
---|---|---|
1670–1672 ↗ | (On Diff #133443) | Never mind, the enum value is enough. Silly me :-/ |