[PATCH] D61372: [coroutines] Fix spills of static array allocas
Ben Clayton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 3 00:12:41 PDT 2019
ben-clayton marked 4 inline comments as done.
ben-clayton added inline comments.
================
Comment at: test/Transforms/Coroutines/coro-frame-arrayalloca.ll:3
+; RUN: opt < %s -coro-split -S | FileCheck %s
+; RUN: opt < %s -coro-split -S | FileCheck %s
+
----------------
Orlando wrote:
> Is this second RUN redundant?
Good spot! Yes, removed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61372/new/
https://reviews.llvm.org/D61372
More information about the llvm-commits
mailing list