[llvm] [DAG] Fold logic of zero-checks to multiplication for MinSize (PR #171805)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 11 06:51:43 PST 2025


https://github.com/dtcxzyw commented:

Do we have a TLI hook querying whether the target supports predicated instructions?
This optimization looks less profitable on ARM64 since it has conditional compares.

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


More information about the llvm-commits mailing list