[llvm] AMDGPU: Use "countMaxActiveBits() <= 5" to define uint5Bits (PR #115543)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 13 09:34:36 PST 2024


arsenm wrote:

> > I think the whole original patch should be reverted
> 
> What is the original patch? WE should not do pattern match for x << (32 -y) >> (32 - y) to bfe x, 0, y?

Yes

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


More information about the llvm-commits mailing list