This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 490efde [X86] Remove unnecessary duplicate code (PR30649). NFCI. new ef253e2 r286814 resulted that CallPenalty can be subtracted twice: - [...] new f7a3695 [X86] Add multiply by constant tests (PR28513) new 9570208 [CMake] Use variable interpolation instead of string concatenation
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/Transforms/IPO/Inliner.cpp | 2 +- test/CodeGen/X86/mul-constant-i16.ll | 589 +++++++++++++++++++++++++++++++++++ test/CodeGen/X86/mul-constant-i32.ll | 515 ++++++++++++++++++++++++++++++ test/CodeGen/X86/mul-constant-i64.ll | 581 ++++++++++++++++++++++++++++++++++ tools/llvm-config/CMakeLists.txt | 6 +- 5 files changed, 1689 insertions(+), 4 deletions(-) create mode 100644 test/CodeGen/X86/mul-constant-i16.ll create mode 100644 test/CodeGen/X86/mul-constant-i32.ll create mode 100644 test/CodeGen/X86/mul-constant-i64.ll