This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ebd807a [MC] Fix Various End Of Line Comment checkings new b265370 Revert 284971. new e07033a AMDGPU: Fix Two Address problems with v_movreld
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: include/llvm/Transforms/Scalar/JumpThreading.h | 2 - lib/Target/AMDGPU/SIISelLowering.cpp | 57 ++++++----- lib/Target/AMDGPU/SIInstrInfo.cpp | 26 +++++ lib/Target/AMDGPU/VOP1Instructions.td | 20 ++++ lib/Transforms/Scalar/JumpThreading.cpp | 111 +++++++-------------- test/CodeGen/AMDGPU/movreld-bug.ll | 15 +++ .../JumpThreading/unfold-selects-same-cond.ll | 23 ----- 7 files changed, 129 insertions(+), 125 deletions(-) create mode 100644 test/CodeGen/AMDGPU/movreld-bug.ll delete mode 100644 test/Transforms/JumpThreading/unfold-selects-same-cond.ll