[PATCH] D93342: Cleanup coro-inline.ll

Yifeng Dong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 15 18:55:06 PST 2020


dongAxis1944 added inline comments.


================
Comment at: llvm/test/Transforms/Coroutines/coro-inline.ll:2
+; RUN: opt < %s -coro-early -always-inline -barrier -coro-split -S | FileCheck %s
+; RUN: opt < %s -passes='function(coro-early),always-inline,cgscc(coro-split)'  -S | FileCheck %s
+; RUN: opt < %s -sample-profile-file=%S/Inputs/sample.text.prof -pgo-kind=pgo-sample-use-pipeline -coro-early -sample-profile -coro-split -disable-inlining=true -S | FileCheck %s
----------------
always-inline should called before coro-early i think ???


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93342/new/

https://reviews.llvm.org/D93342



More information about the llvm-commits mailing list