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

via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 01:52:28 PDT 2023


https://github.com/qcolombet approved this pull request.

Nice catch!
The infinite looping was one of my fear for doing that outside of the regular splitting heuristic.
I should have caught this.

Anyhow thanks for the fix.

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


More information about the llvm-commits mailing list