forked from OSchip/llvm-project
[test][Coro][NewPM] Fix coro-elide.ll under NPM
This commit is contained in:
parent
8fb2a235b0
commit
b113fa4510
|
@ -1,6 +1,6 @@
|
|||
; Tests that the coro.destroy and coro.resume are devirtualized where possible,
|
||||
; SCC pipeline restarts and inlines the direct calls.
|
||||
; RUN: opt < %s -S -inline -coro-elide -dce | FileCheck %s
|
||||
; RUN: opt < %s -S -inline -coro-elide -dce -enable-new-pm=0 | FileCheck %s
|
||||
; RUN: opt < %s -S \
|
||||
; RUN: -passes='cgscc(repeat<2>(inline,function(coro-elide,dce)))' \
|
||||
; RUN: | FileCheck %s
|
||||
|
|
Loading…
Reference in New Issue