[llvm] [CodeGen] Have tryToSinkCopy detect regmask clobbers just like LiveRegUnits does (PR #88023)

via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 11 14:53:58 PDT 2024


AtariDreams wrote:

While regmasks were in fact being processed by the liveregunits, they were not being pushed into the list of used copies, which means live-in updates were not happening property for some cases. 

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


More information about the llvm-commits mailing list