This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9355e1b3893 [Power9] Add more missing instructions to the Power 9 scheduler new 77d8d0a7e72 Pass Divergence Analysis data to Selection DAG to drive div [...]
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/Analysis/DivergenceAnalysis.h | 4 + include/llvm/CodeGen/FunctionLoweringInfo.h | 11 +++ include/llvm/CodeGen/SelectionDAG.h | 33 ++++--- include/llvm/CodeGen/SelectionDAGNodes.h | 6 +- include/llvm/CodeGen/TargetLowering.h | 11 +++ lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 10 ++ lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 101 ++++++++++++++++++++- lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 2 + lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 27 +++++- lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 2 + lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 96 ++++++++++++++++++++ lib/Target/AMDGPU/AMDGPUISelLowering.h | 3 + lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 53 +---------- lib/Target/AMDGPU/SIISelLowering.cpp | 4 +- lib/Target/AMDGPU/SMInstructions.td | 7 +- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 51 +++++++++++ lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 3 + test/CodeGen/AMDGPU/callee-special-input-sgprs.ll | 50 +++++++--- test/CodeGen/AMDGPU/llvm.amdgcn.implicitarg.ptr.ll | 25 ++++- 19 files changed, 405 insertions(+), 94 deletions(-)