Files
clang-p2996/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
Yingwei Zheng 0ce193708c [InstCombine] Refactor folding of commutative binops over select/phi/minmax (#76692)
This patch cleans up the duplicate code for folding commutative binops
over `select/phi/minmax`.

Related commits:
+ select support:
88cc35b27e
+ phi support:
8674a023bc
+ minmax support:
624973806c
2024-01-04 15:11:28 +08:00

106 KiB