This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 34dfc5230e4 [x86] fix uses check in broadcast transform (PR38949) new 9d4952d6a51 [DAGCombiner] try to convert pow(x, 1/3) to cbrt(x)
The 1 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/CodeGen/ISDOpcodes.h | 7 +--- include/llvm/IR/RuntimeLibcalls.def | 5 +++ lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 29 +++++++++++++- lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 5 +++ lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 1 + lib/CodeGen/TargetLoweringBase.cpp | 1 + test/CodeGen/X86/pow.ll | 50 +++++++++++++++++++++++-- 7 files changed, 88 insertions(+), 10 deletions(-)