[llvm] [AMDGPU] Use absolute relocations when compiling for AMDPAL and Mesa3D (PR #67791)

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 6 10:38:08 PDT 2023


nhaehnle wrote:

My understanding is:

* We should be accepting to already existing registers having a register class for some reason
* But MergeValues works with any register class, so doesn't necessarily need a fresh register
* We shouldn't need Casts, only COPYs

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


More information about the llvm-commits mailing list