[llvm] [InstrRef] Skip clobbered EntryValue register recovery (PR #142478)
Shubham Sandeep Rastogi via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 25 09:57:42 PDT 2025
rastogishubham wrote:
@jmorse @adrian-prantl
I got the patch working how Jeremy wanted. We now use the `recoverAsEntryValue` path if the location is not available at the start of the block, however, we also filter the `ActiveVLocs` and the `ActiveMLocs` if the location is available at the start of the block
https://github.com/llvm/llvm-project/pull/142478
More information about the llvm-commits
mailing list