[PATCH] D114035: [DSE] Improve handling of `strncpy` in Dead Store Elimination

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 16 14:14:48 PST 2021


lebedev.ri added inline comments.


================
Comment at: llvm/test/Transforms/DeadStoreElimination/memset-and-strncpy.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt < %s -O2 -S | FileCheck %s
+
----------------
Tests for passes should only test that particular pass, not the whole optimization pipeline.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114035/new/

https://reviews.llvm.org/D114035



More information about the llvm-commits mailing list