[llvm] [AMDGPU] Waterfall loop codegen improvement in SIInstrInfo (PR #192415)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon May 11 05:15:11 PDT 2026


arsenm wrote:

> it might not be safe to insert exec-changing instructions like v_cmpx in the middle of a basic block.

It is not safe, these should have isTerminator set to be safe 

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


More information about the llvm-commits mailing list