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

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Fri May 31 09:24:46 PDT 2024


dtcxzyw wrote:

Same problem as https://github.com/llvm/llvm-project/pull/92753. I will post a fix later :)


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


More information about the llvm-commits mailing list