Files
clang-p2996/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
Roman Lebedev 6d05bc2e3a [NFCI][InstCombine] Refactor 'sink negation into select if that folds one hand of select to 0' fold
I would think it's better than having two practically identical folds
next to eachother, but then generalization isn't all that pretty
due to the fact that we need to produce different `sub` each time..

This change is no-functional-changes-intended refactoring.
2020-01-04 17:30:51 +03:00

78 KiB