This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fac5124 AMDGPU: Fix sext_inreg for i1 in i16 new bdb13d2 Add -Wl,-color-diagnostics if a linker supports the option. new f1e95d3 AMDGPU: Fix shrinking of addc/subb.
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: cmake/modules/CheckLinkerFlag.cmake | 8 + cmake/modules/HandleLLVMOptions.cmake | 8 + lib/Target/AMDGPU/SIShrinkInstructions.cpp | 32 ++- test/CodeGen/AMDGPU/shrink-vop3-carry-out.mir | 292 ++++++++++++++++++++++++++ 4 files changed, 333 insertions(+), 7 deletions(-) create mode 100644 cmake/modules/CheckLinkerFlag.cmake