Changeset View
Changeset View
Standalone View
Standalone View
clang/test/CodeGen/riscv32-ilp32-ilp32f-ilp32d-abi.c
// RUN: %clang_cc1 -triple riscv32 -emit-llvm %s -o - | FileCheck %s | // RUN: %clang_cc1 -triple riscv32 -emit-llvm %s -o - | FileCheck %s | ||||
// RUN: %clang_cc1 -triple riscv32 -emit-llvm -fforce-enable-int128 %s -o - \ | // RUN: %clang_cc1 -triple riscv32 -emit-llvm -fforce-enable-int128 %s -o - \ | ||||
// RUN: | FileCheck %s -check-prefixes=CHECK,CHECK-FORCEINT128 | // RUN: | FileCheck %s -check-prefixes=CHECK,CHECK-FORCEINT128 | ||||
// RUN: %clang_cc1 -triple riscv32 -target-feature +f -target-abi ilp32f -emit-llvm %s -o - \ | |||||
// RUN: | FileCheck %s | |||||
// RUN: %clang_cc1 -triple riscv32 -target-feature +d -target-abi ilp32d -emit-llvm %s -o - \ | |||||
// RUN: | FileCheck %s | |||||
// This file contains test cases that will have the same output for the ilp32, | // This file contains test cases that will have the same output for the ilp32, | ||||
// ilp32f, and ilp32d ABIs. | // ilp32f, and ilp32d ABIs. | ||||
#include <stddef.h> | #include <stddef.h> | ||||
#include <stdint.h> | #include <stdint.h> | ||||
// CHECK-LABEL: define void @f_void() | // CHECK-LABEL: define void @f_void() | ||||
▲ Show 20 Lines • Show All 416 Lines • Show Last 20 Lines |