[llvm] [JITLink][AArch32] Add TableGen Backend for Instr Encodings (PR #76996)

Stefan Gränitz via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 8 05:11:39 PST 2024


https://github.com/weliveindetail commented:

Wow, that's pretty neat. Thanks for the update!

I realize that we pull in a lot more instructions (~3.7K) than we actually need (<50). We only include the header in 6 compile units, but still they will be copied into each of them. Is there any way to filter out unrelated instructions from the `.inc` file? For example, all arithmetic instructions?

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


More information about the llvm-commits mailing list