[llvm] AMDGPU/MC: Fix emitting absolute expressions (PR #136789)

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 23 09:15:13 PDT 2025


nhaehnle wrote:

> > Any suggestions as to how? In the downstream case, this is triggered by a new MCResourceInfo::ResourceInfoKind which can be placed into an instruction operand. It's possible I missed something, but in main these enums only seem to be used in connection to the kernel descriptor.
> 
> So emit a kernel descriptor?

Maybe I misunderstand what you mean, but kernel descriptors don't contain instructions, do they?

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


More information about the llvm-commits mailing list