[llvm] [AMDGPU] Insert readfirstlane in the function returns in sgpr. (PR #135326)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 22 01:22:48 PDT 2025
arsenm wrote:
> > I reverted it.
>
> Thanks, but why does it fail after merging? I can see all the checks passed before the merge.
The target constants values will shuffle around depending on what targets are built (and on any future intrinsic change). You need to make the check fuzzier to avoid depending on the exact value
https://github.com/llvm/llvm-project/pull/135326
More information about the llvm-commits
mailing list