android_mt6572_jiabo/external/llvm/test/Transforms/FunctionAttrs/2008-12-29-Constant.ll
2025-09-05 16:56:03 +08:00

8 lines
180 B
LLVM

; RUN: opt < %s -basicaa -functionattrs -S | grep readnone
@s = external constant i8 ; <i8*> [#uses=1]
define i8 @f() {
%tmp = load i8, i8* @s ; <i8> [#uses=1]
ret i8 %tmp
}