[llvm] [LLVM][AMDGPU] AMDGPUInstCombineIntrinsic for *lane intrinsics (PR #99878)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 22 07:38:44 PDT 2024


jayfoad wrote:

> Pretty sure we do not want a UniformityAnalysis dependency in InstCombine.

Why not? Because of compile time? Isn't UA supposed to be a no-op on targets that don't care about divergence?

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


More information about the llvm-commits mailing list