[llvm] [AMDGPU] Introduce "amdgpu-uniform-intrinsic-combine" pass to combine uniform AMDGPU lane Intrinsics. (PR #116953)

Pankaj Dwivedi via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 8 09:47:57 PDT 2025


PankajDwivedi-25 wrote:

I am not sure what changes have been made to the function and module classes recently, but it affects what `F.users()` reports.

Isn't `F.users()` where F is a declaration function, reports the list of uses of this Function? @ssahasra @arsenm @jayfoad.

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


More information about the llvm-commits mailing list