This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 11ac674b8a2 [X86] Attempt to model basic arithmetic instructions in the [...] new 7261c3dd260 [X86] Remove InstRWs for basic arithmetic instructions from [...] new 3a4f359302b [InstCombine] add test for fsub+fneg with extra use; NFC new 04f5112d699 [AMDGPU][MC][GFX9] Added instructions *saveexec*, *wrexec* [...]
The 3 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/AMDGPU/SOPInstructions.td | 21 ++++ lib/Target/X86/X86SchedSandyBridge.td | 68 +----------- test/MC/AMDGPU/sop1.s | 171 +++++++++++++++++++----------- test/MC/Disassembler/AMDGPU/sop1_gfx9.txt | 34 ++++++ test/Transforms/InstCombine/fsub.ll | 15 +++ 5 files changed, 181 insertions(+), 128 deletions(-) create mode 100644 test/MC/Disassembler/AMDGPU/sop1_gfx9.txt