[llvm] [MemCpyOpt] Fix the invalid code modification for GEP (PR #68479)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 8 02:55:51 PDT 2023
================
@@ -0,0 +1,39 @@
+; RUN: opt -S -passes=memcpyopt < %s -verify-memoryssa | FileCheck %s
----------------
nikic wrote:
It doesn't look that way. Please use update_test_checks.py to generate the CHECK lines and then **do not manually edit them**.
https://github.com/llvm/llvm-project/pull/68479
More information about the llvm-commits
mailing list