[llvm] [DAGCombine] Transform `shl X, cttz(Y)` to `mul (Y & -Y), X` if cttz is unsupported (PR #85066)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue May 28 07:01:00 PDT 2024


arsenm wrote:

> Ping

This is already approved? 

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


More information about the llvm-commits mailing list