[PATCH] D155179: [MemCpyOpt] precommit tests to add multi-BB stack-move optimization to check crash for D153453 (NFC)
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 14 05:29:33 PDT 2023
nikic 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
+
----------------
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?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155179/new/
https://reviews.llvm.org/D155179
More information about the llvm-commits
mailing list