[llvm] [AMDGPU] Fix loss of relocation types during V_MOV_B64 expansion (PR #217205)
Carl Ritson via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 18 21:13:09 PDT 2026
perlfu wrote:
The root cause here is probably that, confusingly, target flags are not really flags, but just a type enumeration.
https://github.com/llvm/llvm-project/pull/217205
More information about the llvm-commits
mailing list