[PATCH] D16515: [Attributes] Implement type attributes.

Manuel Jacob via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 23 18:32:58 PST 2016


mjacob created this revision.
mjacob added subscribers: llvm-commits, eddyb, dblaikie.

This will be useful for adding an explicit value type to the byval
attribute, which is needed for opaque pointer types.

It is yet to be decided whether this is the right approach.  Discussion
will be continued on llvm-dev in parallel.

http://reviews.llvm.org/D16515

Files:
  include/llvm/IR/Attributes.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/IR/AttributeImpl.h
  lib/IR/Attributes.cpp
  lib/Linker/IRMover.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16515.45815.patch
Type: text/x-patch
Size: 11267 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160124/45613901/attachment.bin>


More information about the llvm-commits mailing list