diff options
author | Kit Barton <kbarton@ca.ibm.com> | 2015-04-17 15:32:15 +0000 |
---|---|---|
committer | Kit Barton <kbarton@ca.ibm.com> | 2015-04-17 15:32:15 +0000 |
commit | 72918025332a942ddaf64c0afb2d5867b95197a4 (patch) | |
tree | 5adfed59d918a3db8d691f49d00733154d432156 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | d854180afb5534537d854504498d96803dd914fe (diff) | |
download | bcm5719-llvm-72918025332a942ddaf64c0afb2d5867b95197a4.tar.gz bcm5719-llvm-72918025332a942ddaf64c0afb2d5867b95197a4.zip |
Add the i128 builtin type to LLVM.
The i128 type is needed as a builtin type in order to support the v1i128 vector
type. The PowerPC ABI requires that the i128 and v1i128 types are handled
differently when passed as parameters to functions (i128 is passed in pairs of
GPRs, v1i128 is passed in a single vector register).
http://reviews.llvm.org/D8564
llvm-svn: 235196
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions