[PATCH] D21961: AMDGPU: Fix folding SGPRs into madak/madmk src0

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 3 13:08:29 PDT 2016


arsenm created this revision.
arsenm added reviewers: tstellarAMD, mareko.
arsenm added a subscriber: llvm-commits.
Herald added subscribers: kzhuravl, arsenm.

Because of the special immediate operand, the constant
bus is already used so SGPRs are never useful.
    
r263212 changed the name of the immediate operand, which
broke the verifier check for the restriction.


http://reviews.llvm.org/D21961

Files:
  lib/Target/AMDGPU/AMDGPUInstructions.td
  lib/Target/AMDGPU/SIDefines.h
  lib/Target/AMDGPU/SIInstrInfo.cpp
  lib/Target/AMDGPU/SIInstrInfo.td
  test/CodeGen/AMDGPU/madak.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21961.62635.patch
Type: text/x-patch
Size: 4791 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160703/c4ccf960/attachment.bin>


More information about the llvm-commits mailing list