Rahul Joshi c444020ed5
[LLVM][NVPTX] Mark ldmatrix/stmatrix intrinsics convergent (#174669)
NVVM ldmatrix and stmatrix intrinsics map to corresponding PTX
instructions that have a .sync.aligned behavior. Mark these intrinsics
as convergent to prevent control flow transformations that can break
these semantics. This is similar to other .sync.aligned intrinsics.
2026-01-07 11:51:04 -08:00
..