[PATCH] D155179: [MemCpyOpt] precommit tests to add multi-BB stack-move optimization to check crash for D153453 (NFC)
Kohei Asano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 14 21:35:11 PDT 2023
khei4 added inline comments.
================
Comment at: llvm/test/Transforms/MemCpyOpt/stack-move-63851.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 3
+; RUN: opt < %s -passes=early-cse,memcpyopt -S | FileCheck %s
+
----------------
nikic wrote:
> khei4 wrote:
> > nikic wrote:
> > > Does the issue reproduce if you feed the result of `-passes=early-cse -preserve-ll-uselistorder` to `memcpyopt`?
> > Thanks, now I noticed, I'll see.
> Now that this only requires memcpyopt, can you merge it into the main test?
Yes, you're right. We can!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155179/new/
https://reviews.llvm.org/D155179
More information about the llvm-commits
mailing list