Files
clang-p2996/llvm/lib/CodeGen/SelectOptimize.cpp
Florian Hahn 9a0f25158c [SelectOpt] Support ADD and SUB with zext operands. (#115489)
Extend the support for implicit selects in the form of OR with a ZExt
operand to support ADD and SUB binops as well. They similarly can form
implicit selects which can be profitable to convert back the branches.

PR: https://github.com/llvm/llvm-project/pull/115489
2024-11-30 21:05:41 +00:00

55 KiB