Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / PowerPC / hidden-vis.ll
blob2912fecadd58cd45aaea80cdcbec8ec09e7b170f
1 ; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-unknown-linux-gnu | not grep non_lazy_ptr
3 @x = weak hidden global i32 0           ; <ptr> [#uses=1]
5 define i32 @t() nounwind readonly {
6 entry:
7         %0 = load i32, ptr @x, align 4          ; <i32> [#uses=1]
8         ret i32 %0