This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9ea0ae7 SelectionDAG: Avoid implicit iterator conversions in Selectio [...] new a5b3bc1 [SCCP] Fold constants as we build them whne visiting cast ins [...] new 83b2ab7 AMDGPU: Remove implicit iterator conversions, NFC
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/AMDGPU/AMDILCFGStructurizer.cpp | 9 +- lib/Target/AMDGPU/R600ClauseMergePass.cpp | 116 +++++++++++----------- lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp | 61 ++++++------ lib/Target/AMDGPU/R600EmitClauseMarkers.cpp | 58 +++++------ lib/Target/AMDGPU/R600InstrInfo.cpp | 26 ++--- lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp | 30 +++--- lib/Target/AMDGPU/SIInsertWaits.cpp | 2 +- lib/Target/AMDGPU/SIInstrInfo.cpp | 12 +-- lib/Target/AMDGPU/SIWholeQuadMode.cpp | 34 ++++--- lib/Transforms/Scalar/SCCP.cpp | 6 +- test/Transforms/SCCP/bitcast.ll | 9 ++ 11 files changed, 189 insertions(+), 174 deletions(-) create mode 100644 test/Transforms/SCCP/bitcast.ll