[llvm] [TableGen] Reduce stack usage of setTargetRuntimeLibcallSets (PR #162194)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 6 20:56:29 PDT 2025


arsenm wrote:

> Or can we emit a single static table for all entries and use appropriate ArrayRef slice? 

That would require making a much larger table. We don't need entries for the calling convention or predicate in most cases 


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


More information about the llvm-commits mailing list