[llvm] [AMDGPU] Enhance verification of amdgcn.cs.chain intrinsic (PR #128162)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 22 19:49:32 PST 2025
arsenm wrote:
This intrinsic should really be required to use callbr. There isn't a sensible way for generic IR transforms to respect this condition, it just happens it's unlikely something would want to place instructions at the end of a block ends in unreachable
https://github.com/llvm/llvm-project/pull/128162
More information about the llvm-commits
mailing list