This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 24acabd9f9c AMDGPU: Teach isLegalAddressingMode about flat offsets new 57098b0fe96 [SelectionDAG] Allow sin/cos -> sincos optimization on GNU [...] new 9cae1d24554 AMDGPU: Don't add same implicit use multiple times
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/CodeGen/SelectionDAG/LegalizeDAG.cpp | 15 +--- lib/Target/AMDGPU/SIInstrInfo.cpp | 6 +- test/CodeGen/AArch64/arm64-sincos.ll | 50 +++++++++-- test/CodeGen/AArch64/sincos-expansion.ll | 42 ++++++++-- test/CodeGen/ARM/sincos.ll | 67 +++++++++++---- test/CodeGen/SystemZ/fp-sincos-01.ll | 55 +++++++++---- test/CodeGen/X86/sincos-opt.ll | 137 +++++++++++++++++++++---------- 7 files changed, 264 insertions(+), 108 deletions(-)