[PATCH] D58635: AMDGPU: Remove IntrReadMem from memtime/memrealtime intrinsics

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 25 09:39:11 PST 2019


arsenm created this revision.
arsenm added a reviewer: rampitec.
Herald added subscribers: george.burgess.iv, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl.

EarlyCSE with MemorySSA was able to use this to merge multiple calls
with no intervening store.


https://reviews.llvm.org/D58635

Files:
  include/llvm/IR/IntrinsicsAMDGPU.td
  lib/Target/AMDGPU/SMInstructions.td
  test/Transforms/EarlyCSE/AMDGPU/lit.local.cfg
  test/Transforms/EarlyCSE/AMDGPU/memrealtime.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58635.188207.patch
Type: text/x-patch
Size: 4422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190225/cc6b8ac8/attachment.bin>


More information about the llvm-commits mailing list