This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested in repository toolchain/llvm/llvm.
from 46fd9f609b6 [TableGen] Return ValueTypeByHwMode by const reference from [...] adds cfeb0f3b987 [llvm-mca] Small refactoring in preparation for another pat [...] adds 935c1e9f5aa [InstCombine] Expand the simplification of pow(x, 0.5) to sqrt(x)
No new revisions were added by this update.
Summary of changes: lib/Transforms/Utils/SimplifyLibCalls.cpp | 51 ++++------- test/Transforms/InstCombine/pow-1.ll | 2 +- test/Transforms/InstCombine/pow-sqrt.ll | 146 +++++++++++++++++------------- tools/llvm-mca/DispatchStage.cpp | 9 +- tools/llvm-mca/DispatchStage.h | 8 +- tools/llvm-mca/ExecuteStage.cpp | 14 ++- tools/llvm-mca/ExecuteStage.h | 14 ++- tools/llvm-mca/FetchStage.cpp | 4 +- tools/llvm-mca/FetchStage.h | 2 +- tools/llvm-mca/Pipeline.cpp | 31 ++++--- tools/llvm-mca/RetireStage.cpp | 12 +-- tools/llvm-mca/RetireStage.h | 2 +- tools/llvm-mca/SourceMgr.h | 1 + tools/llvm-mca/Stage.cpp | 2 +- tools/llvm-mca/Stage.h | 13 +-- 15 files changed, 169 insertions(+), 142 deletions(-)