Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / CodeGen / arm-poly64.c
blob5f9820276745b9e7f17b8bfe899c5862e5d72ae1
1 // RUN: %clang_cc1 -triple armv8.2a-arm-none-eabi -target-feature +neon \
2 // RUN: -emit-llvm -o - %s | FileCheck %s
4 // Test that we can use the poly64 type on AArch32
6 // REQUIRES: aarch64-registered-target || arm-registered-target
8 #include <arm_neon.h>
10 // CHECK-LABEL: @test_poly64
11 // CHECK: ret i64 %0
12 poly64_t test_poly64(poly64_t a) {
13 return a;