This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1f4ef788a3b [AARCH64][FIX] Emit data symbol for constant pool data new 4b25d67d1bc [InstCombine] Fix SimplifyLibCalls erasing an instruction w [...] new 09ab8e9f3ad [llvm-mca][BtVer2] Add tests for optimizable GPR register m [...]
The 2 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: include/llvm/Transforms/Utils/SimplifyLibCalls.h | 23 ++++- lib/Transforms/InstCombine/InstCombineCalls.cpp | 6 +- lib/Transforms/Utils/SimplifyLibCalls.cpp | 24 +++-- .../InstCombine/simplify-libcalls-erased.ll | 25 +++++ .../llvm-mca/X86/BtVer2/reg-move-elimination-4.s | 108 +++++++++++++++++++++ .../llvm-mca/X86/BtVer2/reg-move-elimination-5.s | 108 +++++++++++++++++++++ 6 files changed, 278 insertions(+), 16 deletions(-) create mode 100644 test/Transforms/InstCombine/simplify-libcalls-erased.ll create mode 100644 test/tools/llvm-mca/X86/BtVer2/reg-move-elimination-4.s create mode 100644 test/tools/llvm-mca/X86/BtVer2/reg-move-elimination-5.s