[PATCH] D12223: AMDGPU: Don't create intermediate SALU instructions

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 22:14:54 PDT 2015


arsenm created this revision.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
Herald added a subscriber: arsenm.

When splitting 64-bit operations, create the correct
VALU instructions immediately.
    
This was splitting things like s_or_b64 into the two
s_or_b32s and then pushing the new instructions
onto the worklist. There's no reason we need
to do this intermediate step.


http://reviews.llvm.org/D12223

Files:
  lib/Target/AMDGPU/SIInstrInfo.cpp
  lib/Target/AMDGPU/SIInstrInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12223.32799.patch
Type: text/x-patch
Size: 6524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150821/3bd8150e/attachment.bin>


More information about the llvm-commits mailing list