diff options
author | Vedant Kumar <vsk@apple.com> | 2017-06-02 01:22:14 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2017-06-02 01:22:14 +0000 |
commit | a44a6ac81f0d2acffecbe422a166c7392a19160c (patch) | |
tree | 121cebc9f8d37bb1c4d16607a0882a2d9ef1cfd8 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 124c2ae4fa7e54cf84ff13bf2d685db6e7bcd062 (diff) | |
download | bcm5719-llvm-a44a6ac81f0d2acffecbe422a166c7392a19160c.tar.gz bcm5719-llvm-a44a6ac81f0d2acffecbe422a166c7392a19160c.zip |
Revert "[AArch64] Add ARMv8.2-A FP16 vefctor intrinsics"
This reverts commit r304493. It breaks all the Darwin bots:
http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental_check/37168
Failure:
Failing Tests (2):
Clang :: CodeGen/aarch64-v8.2a-neon-intrinsics.c
Clang :: CodeGen/arm_neon_intrinsics.c
llvm-svn: 304509
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp index 0167ced388f..c61a5f6ffa7 100644 --- a/clang/lib/CodeGen/CodeGenModule.cpp +++ b/clang/lib/CodeGen/CodeGenModule.cpp @@ -98,7 +98,6 @@ 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); |