[test][Coro][NewPM] Fix coro-elide.ll under NPM

This commit is contained in:
Arthur Eubanks 2020-10-02 15:39:15 -07:00
parent 8fb2a235b0
commit b113fa4510
1 changed files with 1 additions and 1 deletions

View File

@ -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