9 lines
409 B
C
9 lines
409 B
C
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --filter "^define |^entry:" --version 2
|
|
// RUN: %clang_cc1 -triple riscv32 -emit-llvm -fforce-enable-int128 %s -o - \
|
|
// RUN: | FileCheck %s
|
|
|
|
// CHECK-LABEL: define dso_local i128 @f_int128
|
|
// CHECK-SAME: (i128 noundef [[X:%.*]]) #[[ATTR0:[0-9]+]] {
|
|
// CHECK: entry:
|
|
//
|
|
__int128_t f_int128(__int128_t x) { return x; }
|