Mercurial > hg > CbC > CbC_llvm
view llvm/test/Transforms/FunctionAttrs/2008-09-13-VolatileRead.ll @ 266:00f31e85ec16 default tip
Added tag current for changeset 31d058e83c98
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 14 Oct 2023 10:13:55 +0900 |
parents | 1f2b6ac9f198 |
children |
line wrap: on
line source
; RUN: opt < %s -passes=function-attrs -S | FileCheck %s ; PR2792 @g = global i32 0 ; <ptr> [#uses=1] define i32 @f() { %t = load volatile i32, ptr @g ; <i32> [#uses=1] ret i32 %t } ; CHECK-NOT: attributes #{{.*}} read