[llvm] Changed stat passes to count instructions before and after optimizations (PR #188837)
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 30 10:54:32 PDT 2026
================
@@ -0,0 +1,25 @@
+; REQUIRES: asserts
----------------
aeubanks wrote:
imo we should have one test that tests some basic properties work with the pipelines (pre and post optimization), and then one test that tests the more detailed properties, perhaps with just `-passes=require<func-properties>` instead of an entire pipeline
https://github.com/llvm/llvm-project/pull/188837
More information about the llvm-commits
mailing list