[llvm] [MC] Use StringTable for MCSchedClassDesc names (PR #137012)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 23 10:09:45 PDT 2025
https://github.com/mshockwave commented:
Do you think it'll be a good idea to share a single StringTable for all the sched models under the same target, e.g. A single X86SchedClassNames instead of Znver3SchedClassNames, SkylakeSchedClassNames etc. Given the fact that they basically share the same set of names?
https://github.com/llvm/llvm-project/pull/137012
More information about the llvm-commits
mailing list