[PATCH] D117014: AMDGPU: Use removeAllRegUnitsForPhysReg()
Ruiling, Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 13 21:39:51 PDT 2022
ruiling added a comment.
Herald added a project: All.
I agree we need to figure out why register coalescer would introduce the liveness for sub-registers of reserved physical register, but I currently don't have enough time to work on that. I think that can be done separately without blocking this change. I would like to apply this change to fix the issue here if no objection. I noticed we already has a bug-report against this issue https://github.com/llvm/llvm-project/issues/54202.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117014/new/
https://reviews.llvm.org/D117014
More information about the llvm-commits
mailing list