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

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 22 09:50:14 PDT 2024


https://github.com/RKSimon requested changes to this pull request.

Please move this into DAGCombine (and GISel if you want to handle both)

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


More information about the llvm-commits mailing list