[AMDGPU][True16][CodeGen] true16 codegen pattern for v_med3_u/i16 (#121850)
[llvm-project.git] / clang / test / CodeGen / debug-info-line.c
blob13cab2e453a23dee46b151ff24990e3b36ec3621
1 // RUN: %clang_cc1 -w -debug-info-kind=line-tables-only -fexceptions -fcxx-exceptions -emit-llvm %s -o - | FileCheck %s
2 // RUN: %clang_cc1 -w -debug-info-kind=line-directives-only -fexceptions -fcxx-exceptions -emit-llvm %s -o - | FileCheck %s
4 int f1(int a, int b) {
5 // CHECK: icmp {{.*}}, !dbg [[DBG_F1:!.*]]
6 #line 100
7 return a //
8 && //
9 b;
12 // CHECK: [[DBG_F1]] = !DILocation(line: 100,