[PATCH] D157177: [Coroutine][DebugInfo] Pre-commit test for a DISubprogram with declaration.
Felipe de Azevedo Piovezan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 16 09:20:04 PDT 2023
fdeazeve added inline comments.
================
Comment at: llvm/test/Transforms/Coroutines/coro-async-declaration.ll:1
+; RUN: opt < %s -passes='default<O2>' -S | FileCheck %s
+
----------------
Running the entirety of O2 is not ideal for a Transform test, see for example `llvm/test/Transforms/Coroutines/swift-async-dbg.ll`.
Please also note that a lot of lines in this test are not needed to exercise the behaviour we want to preserve in the subsequent commit
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157177/new/
https://reviews.llvm.org/D157177
More information about the llvm-commits
mailing list