llvm-mirror/include
Kit Barton ddc4c0a63d Add support for v1i128 type.
The v1i128 type is needed for the quadword add/substract instructions introduced
in POWER8. Futhermore, the PowerPC ABI specifies that parameters of type v1i128
are to be passed in a single vector register, while parameters of type i128 are
passed in pairs of GPRs. Thus, it is necessary to be able to differentiate
between v1i128 and i128 in LLVM.

http://reviews.llvm.org/D8564

llvm-svn: 235198
2015-04-17 16:11:05 +00:00
..
llvm Add support for v1i128 type. 2015-04-17 16:11:05 +00:00
llvm-c [IR] Introduce a dereferenceable_or_null(N) attribute. 2015-04-16 20:29:50 +00:00