This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 97bd3fcc117 [InstCombine] add baseline tests for D39958; NFC new ec7462a4a4c [X86][BTVER2] Reduce instregex usage (PR35955) new 9bc0b1080f1 [Attributes] Fix crash when attempting to remove alignment [...] new 88fd7e98fc5 [ARM] Optimize {s,u}{add,sub}.with.overflow. new 47c91393e11 [ARM] Optimize {s,u}mul.with.overflow.
The 4 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/IR/Attributes.cpp | 47 +++++----- lib/Target/ARM/ARMBaseInstrInfo.cpp | 97 ++++++++++++++----- lib/Target/ARM/ARMBaseInstrInfo.h | 2 + lib/Target/ARM/ARMISelLowering.cpp | 37 +++++++- lib/Target/X86/X86ScheduleBtVer2.td | 54 ++++++----- test/CodeGen/ARM/intrinsics-overflow.ll | 15 ++- ...flow.ll => overflow-intrinsic-optimizations.ll} | 103 +++++++++++++++++---- unittests/IR/AttributesTest.cpp | 70 ++++++++++++++ 8 files changed, 324 insertions(+), 101 deletions(-) rename test/CodeGen/ARM/{su-addsub-overflow.ll => overflow-intrinsic-optimizations [...]