This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0791b66 AMDGPU: Define a schedule class for COPY. new 0a621f4 Silence a -Wsign-compare warning new c1fd19f Reinstate r273711
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/Transforms/Scalar/EarlyCSE.cpp | 17 ++++++++++++----- lib/Transforms/Scalar/GVN.cpp | 21 +++++++++++++++------ lib/Transforms/Scalar/JumpThreading.cpp | 9 +++++++-- lib/Transforms/Scalar/LoopRotation.cpp | 9 +++++++-- lib/Transforms/Utils/CloneFunction.cpp | 8 +++++--- lib/Transforms/Utils/Local.cpp | 19 ++++++++++++++----- lib/Transforms/Utils/LoopUnroll.cpp | 11 +++++------ lib/Transforms/Utils/MemorySSA.cpp | 4 ++-- lib/Transforms/Utils/SimplifyCFG.cpp | 13 +++++++++---- test/Transforms/GVN/volatile.ll | 10 ++++++++++ test/Transforms/Inline/pr28298.ll | 19 +++++++++++++++++++ 11 files changed, 105 insertions(+), 35 deletions(-) create mode 100644 test/Transforms/Inline/pr28298.ll