[llvm] [AMDGPU] fix a scc clobber bug (PR #193143)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Thu May 7 02:10:36 PDT 2026


jayfoad wrote:

> IMHO, not relying on `SplitBB` makes sense to me since `SplitBB` is only one of the known sources of this problem so extending it to a more general case might make check more robust.

Are there other known sources of this problem?

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


More information about the llvm-commits mailing list