[PATCH] D135459: [NFC][FuncSpec] Add a test to show redundant function cloning.

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 10 03:52:19 PDT 2022


chill accepted this revision.
chill added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/Transforms/FunctionSpecialization/identical-specializations.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -function-specialization -force-function-specialization -S < %s | FileCheck %s
+
----------------
Don't we avoid old PM syntax in new tests?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135459



More information about the llvm-commits mailing list