[llvm] [RA] Don't split a register generated from another split (PR #67351)

via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 25 13:09:26 PDT 2023


weiguozhi wrote:

> Looks good to me. Maybe add a short comment to explain why we bail out early in this case.

I copied the comment from splitAroundRegion which is for the same purpose.

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


More information about the llvm-commits mailing list