[clang] [llvm] [llvm][AMDGPU] Fold `llvm.amdgcn.wavefrontsize` early (PR #114481)

Alex Voicu via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 4 09:30:31 PST 2024


AlexVlx wrote:

> This is really just a constant folding rather than a new pass. If the concern is that InstCombine works too late that is possible to add an earlier invocation.

Done.

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


More information about the cfe-commits mailing list