[clang] [llvm] [opt][AMDGPU] Add pass to handle AMDGCN pseudo-intrinsics target specific info), start with `llvm.amdgcn.wavefrontsize` (PR #114481)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 31 16:05:44 PDT 2024


arsenm wrote:

Just adding this to the pass pipeline where it is is no better than just doing it in instcombine, which is the natural place to do this. This patch, like instcombine, still has the problem that we don't know if we're producing the final code.

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


More information about the cfe-commits mailing list