summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorAbderrazek Zaafrani <a.zaafrani@samsung.com>2017-06-01 23:22:29 +0000
committerAbderrazek Zaafrani <a.zaafrani@samsung.com>2017-06-01 23:22:29 +0000
commita44e5f601d4235f8b2ab999dc3a9cc58585404a3 (patch)
tree1ded008db17950a7be93919ca9f86fa6c2aac829 /clang/lib/CodeGen/CodeGenModule.cpp
parent4e912aa5af44b3f3024cfcb4a3bfb932c49fc225 (diff)
downloadbcm5719-llvm-a44e5f601d4235f8b2ab999dc3a9cc58585404a3.tar.gz
bcm5719-llvm-a44e5f601d4235f8b2ab999dc3a9cc58585404a3.zip
[AArch64] Add ARMv8.2-A FP16 vefctor intrinsics
llvm-svn: 304493
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp
index c61a5f6ffa7..0167ced388f 100644
--- a/clang/lib/CodeGen/CodeGenModule.cpp
+++ b/clang/lib/CodeGen/CodeGenModule.cpp
@@ -98,6 +98,7 @@ CodeGenModule::CodeGenModule(ASTContext &C, const HeaderSearchOptions &HSO,
Int16Ty = llvm::Type::getInt16Ty(LLVMContext);
Int32Ty = llvm::Type::getInt32Ty(LLVMContext);
Int64Ty = llvm::Type::getInt64Ty(LLVMContext);
+ HalfTy = llvm::Type::getHalfTy(LLVMContext);
FloatTy = llvm::Type::getFloatTy(LLVMContext);
DoubleTy = llvm::Type::getDoubleTy(LLVMContext);
PointerWidthInBits = C.getTargetInfo().getPointerWidth(0);
OpenPOWER on IntegriCloud