This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d3bcee47904 [SystemZ] Support vector load/store alignment hints new 52361a0b83e [X86] Merge extract_subvector(*_EXTEND) and extract_subvect [...] new 3ad4fa3edbd [ConstantFolding] Refactor ConstantFoldScalarCall. NFC new f99e13e425d [ConstantFolding] Add constant folding for smul.fix and smu [...]
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/ConstantFolding.cpp | 1012 +++++++++++++------------ lib/Target/X86/X86ISelLowering.cpp | 20 +- test/Analysis/ConstantFolding/smul-fix-sat.ll | 122 +++ test/Analysis/ConstantFolding/smul-fix.ll | 122 +++ 4 files changed, 795 insertions(+), 481 deletions(-) create mode 100644 test/Analysis/ConstantFolding/smul-fix-sat.ll create mode 100644 test/Analysis/ConstantFolding/smul-fix.ll