[PATCH] D11067: AMDGPU/SI: Add VI patterns to select FLAT instructions for global memory ops

Tom Stellard thomas.stellard at amd.com
Thu Jul 9 09:35:12 PDT 2015


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

The MUBUF addr64 bit has been removed on VI, so we must use FLAT
instructions when the pointer is stored in VGPRs.

http://reviews.llvm.org/D11067

Files:
  lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
  lib/Target/AMDGPU/SIISelLowering.cpp
  lib/Target/AMDGPU/SIISelLowering.h
  lib/Target/AMDGPU/VIInstructions.td
  test/CodeGen/AMDGPU/cgp-addressing-modes.ll
  test/CodeGen/AMDGPU/global_atomics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11067.29344.patch
Type: text/x-patch
Size: 45813 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150709/ed926704/attachment.bin>


More information about the llvm-commits mailing list