This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8ae415fb86e Remove lambda default argument to fix gcc pedantic warning. new 47bbfe3bd01 [llvm-mca] Fix PR38575: Avoid an invalid implicit truncatio [...] new 7c82b970fb5 [PowerPC] Don't run BV DAG Combine before legalization if i [...]
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: lib/Target/PowerPC/PPCISelLowering.cpp | 13 ++++- test/CodeGen/PowerPC/pr38087.ll | 55 +++++++++++++++++++ test/tools/llvm-mca/AArch64/Exynos/pr38575.s | 82 ++++++++++++++++++++++++++++ tools/llvm-mca/Scheduler.cpp | 2 +- 4 files changed, 148 insertions(+), 4 deletions(-) create mode 100644 test/CodeGen/PowerPC/pr38087.ll create mode 100644 test/tools/llvm-mca/AArch64/Exynos/pr38575.s