To match NewPM pass name, and also for readability. Also rename rpo-functionattrs -> rpo-function-attrs while we're here. Reviewed By: arsenm Differential Revision: https://reviews.llvm.org/D84694
6 lines
166 B
LLVM
6 lines
166 B
LLVM
; RUN: opt -S -o - -function-attrs %s | FileCheck %s
|
|
; RUN: opt -S -o - -passes=function-attrs %s | FileCheck %s
|
|
|
|
; CHECK-NOT: readnone
|
|
declare void @llvm.assume(i1)
|