Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Teach the regmask clobber check to check if any subregister is preser…
…ved before considering the super register clobbered (#28) X86 has some calling conventions where bits 127:0 of a vector register are callee saved, but the upper bits aren't. Previously we could detect that the full ymm register was clobbered when the xmm portion was really preserved. This patch checks the subregisters to make sure they aren't preserved. Fixes PR44140 Differential Revision: https://reviews.llvm.org/D70699
- Loading branch information