[PATCH] D19291: Split IntrReadArgMem into IntrReadMem and IntrArgMemOnly

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 19 15:34:32 PDT 2016


nhaehnle created this revision.
nhaehnle added reviewers: joker.eph, reames.
nhaehnle added a subscriber: llvm-commits.
Herald added a reviewer: tstellarAMD.
Herald added subscribers: arsenm, jholewinski.

IntrReadWriteArgMem simply becomes IntrArgMemOnly.

So there are fewer intrinsic properties that express their orthogonality
better, and correspond more closely to the corresponding IR attributes.

Suggested by: Philip Reames

http://reviews.llvm.org/D19291

Files:
  include/llvm/Analysis/AliasAnalysis.h
  include/llvm/IR/Intrinsics.td
  include/llvm/IR/IntrinsicsAArch64.td
  include/llvm/IR/IntrinsicsAMDGPU.td
  include/llvm/IR/IntrinsicsARM.td
  include/llvm/IR/IntrinsicsHexagon.td
  include/llvm/IR/IntrinsicsMips.td
  include/llvm/IR/IntrinsicsNVVM.td
  include/llvm/IR/IntrinsicsPowerPC.td
  include/llvm/IR/IntrinsicsSystemZ.td
  include/llvm/IR/IntrinsicsX86.td
  lib/Target/AMDGPU/SIIntrinsics.td
  utils/TableGen/CodeGenIntrinsics.h
  utils/TableGen/CodeGenTarget.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19291.54282.patch
Type: text/x-patch
Size: 112872 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160419/4f40e9d4/attachment-0001.bin>


More information about the llvm-commits mailing list