Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / AVR / no-clear-bss.ll
blob4a257470f8e09272f6302667143f9f5718554e35
1 ; RUN: llc < %s -march=avr | FileCheck %s
3 ; CHECK:     .globl __do_copy_data
4 ; CHECK-NOT: .globl __do_clear_bss
6 @str = internal global [3 x i8] c"foo"
7 @noinit = internal constant [3 x i8] zeroinitializer, section ".noinit"
8 @external = external constant [3 x i8]