This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b392b2cef2e [GlobalISel] Include missing change from r356396 new ca0ea067ee0 [X86] Allow any 8-bit immediate to be used with BT/BTC/BTR/ [...] new 84930c470b4 [InstCombine] Add tests for add nuw + uaddo; NFC new 348957eb04b [ValueTracking][InstSimplify] Support min/max selects in co [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Analysis/ValueTracking.cpp | 23 +++- lib/Target/X86/X86InstrInfo.td | 76 ++++++++----- test/MC/X86/I386-32.s | 32 ++++++ test/MC/X86/I386-64.s | 32 ++++++ test/Transforms/InstCombine/minmax-fold.ll | 31 +++++ test/Transforms/InstCombine/uadd-with-overflow.ll | 131 ++++++++++++++++++++++ test/Transforms/InstSimplify/cmp_of_min_max.ll | 20 +--- utils/TableGen/X86RecognizableInstr.cpp | 6 + 8 files changed, 304 insertions(+), 47 deletions(-) create mode 100644 test/Transforms/InstCombine/uadd-with-overflow.ll