brintos

brintos / llvm-project-archived public Read only

0
0
Text · 409 B · b34f7ad Raw
10 lines · c
1// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --filter "^define |^entry:" --version 22// RUN: %clang_cc1 -triple riscv32 -emit-llvm -fforce-enable-int128 %s -o - \3// RUN:   | FileCheck %s4 5// CHECK-LABEL: define dso_local i128 @f_int1286// CHECK-SAME: (i128 noundef [[X:%.*]]) #[[ATTR0:[0-9]+]] {7// CHECK:  entry:8//9__int128_t f_int128(__int128_t x) { return x; }10