[PATCH] D142441: [Docs] Add best practices for regression tests

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 06:00:43 PST 2023


arsenm added a comment.

I could think of a number of additional notes for mir tests (although many of those are really because we have poor defaults)



================
Comment at: llvm/docs/TestingGuide.rst:340
+  generated by the optimization pipeline (such as ``%foo.0.0.0.0.0.0``).
+
 Extra files
----------------
Maybe also mention minimal pass sets (e.g avoid using opt -O3 in most tests)


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

https://reviews.llvm.org/D142441



More information about the llvm-commits mailing list