Mercurial > hg > CbC > CbC_llvm
comparison clang/test/Sema/arm-mve-immediates.c @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 0572611fdcc8 |
children |
comparison
equal
deleted
inserted
replaced
232:70dce7da266c | 236:c4bab56944e8 |
---|---|
1 // RUN: %clang_cc1 -triple thumbv8.1m.main-none-none-eabi -fallow-half-arguments-and-returns -target-feature +mve.fp -verify -fsyntax-only %s | 1 // RUN: %clang_cc1 -triple thumbv8.1m.main-none-none-eabi -target-feature +mve.fp -verify -fsyntax-only %s |
2 | |
3 // REQUIRES: aarch64-registered-target || arm-registered-target | |
2 | 4 |
3 #include <arm_mve.h> | 5 #include <arm_mve.h> |
4 | 6 |
5 void test_load_offsets(uint32x4_t addr32, uint64x2_t addr64) | 7 void test_load_offsets(uint32x4_t addr32, uint64x2_t addr64) |
6 { | 8 { |