This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 67b6109ba64 [CMake] Correct CMake message mode new 4a413d30ec3 AMDGPU: Fix a SIAnnotateControlFlow issue when there are mu [...] new 6185a3e03ca [AArch64] Turn BIC immediate creation into a DAG combine
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/AArch64/AArch64ISelLowering.cpp | 87 ++--- lib/Target/AArch64/AArch64ISelLowering.h | 1 - lib/Target/AMDGPU/SIAnnotateControlFlow.cpp | 13 +- test/CodeGen/AArch64/sadd_sat.ll | 13 +- test/CodeGen/AArch64/sadd_sat_vec.ll | 337 ++++++++++--------- test/CodeGen/AArch64/sat-add.ll | 16 - test/CodeGen/AArch64/ssub_sat.ll | 13 +- test/CodeGen/AArch64/ssub_sat_vec.ll | 355 ++++++++++----------- test/CodeGen/AArch64/uadd_sat_vec.ll | 7 - .../AMDGPU/si-annotatecfg-multiple-backedges.ll | 61 ++++ 10 files changed, 461 insertions(+), 442 deletions(-) create mode 100644 test/CodeGen/AMDGPU/si-annotatecfg-multiple-backedges.ll