llvm/clang/test/CodeGen/RISCV/riscv32-int128-abi.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; }