[PATCH] D18291: Add IntrOnlyWrite intrinsic property

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 1 14:19:04 PDT 2016


nhaehnle updated this revision to Diff 52424.
nhaehnle added a comment.

Reorganize the code a bit, taking into account some feedback via llvm-dev
and elsewhere.

This patch only adds the LLVM intrinsic property to keep it simple and limited
to the AMDGPU use case.


http://reviews.llvm.org/D18291

Files:
  include/llvm/IR/Intrinsics.td
  include/llvm/IR/IntrinsicsAMDGPU.td
  lib/Target/AMDGPU/SIInstructions.td
  utils/TableGen/CodeGenDAGPatterns.cpp
  utils/TableGen/CodeGenIntrinsics.h
  utils/TableGen/CodeGenTarget.cpp
  utils/TableGen/IntrinsicEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18291.52424.patch
Type: text/x-patch
Size: 6222 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160401/98f5802c/attachment.bin>


More information about the llvm-commits mailing list