[llvm] [MC] Use StringTable for MCSchedClassDesc names (PR #137012)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 24 08:07:23 PDT 2025


jayfoad wrote:

> Do you think it'll be a good idea to share a single StringTable for all the sched models under the same target

Yes, good idea, done. It shrinks the llc binary significantly, in my case from ~162 MB to 150 MB.



https://github.com/llvm/llvm-project/pull/137012


More information about the llvm-commits mailing list