[llvm] [TableGen][DecoderEmitter] Add option to emit type-specialized code (PR #146593)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 20 13:18:23 PDT 2025


topperc wrote:

> one where there is a single `decodeInstructionImpl` function that operates on the highest bitwidth

Does that mean a std::bitset is used on AMDGPU even for things that fit in uint64_t or uint32_t?

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


More information about the llvm-commits mailing list