[llvm] [CodeGenPrepare] 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
Thu Mar 14 01:22:56 PDT 2024


dtcxzyw wrote:

> I agree this should be done in DAGCombiner.

@arsenm Any comments?


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


More information about the llvm-commits mailing list