[PATCH] D122005: [instcombine] Support and test __builtin_object_size interaction with __strdup and __strndup

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 20 06:34:35 PDT 2022


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/test/Transforms/InstCombine/builtin-object-size-strdup-family.ll:1
+; RUN: opt -instcombine -S < %s | FileCheck %s
+
----------------
Please use update_test_checks.py to generate test checks in InstCombine.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122005



More information about the llvm-commits mailing list