A bug was introduced in 5ea35791e6642f6160819c930f79b0f57ad0e907 that
gave the wrong name and description for TuneExynosM4. This patch fixes
that and changes it back to m3.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Target/AArch64/AArch64.td | ||
---|---|---|
821 | should this be ExynosM4 as well then? |
llvm/lib/Target/AArch64/AArch64.td | ||
---|---|---|
821 | It wasn't in the original code. They shared the ExynosM3 ProcFamily. Adding it doesn't add a huge amount unless there is some reason to distinguish the two. |
llvm/lib/Target/AArch64/AArch64.td | ||
---|---|---|
821 | Makes sense. Perhaps a comment would be useful in that case, e.g. /*Re-uses ExynosM3 proc family*/ or something like that. |
should this be ExynosM4 as well then?