[llvm] [CodeGen] Introduce Static Data Splitter pass (PR #122183)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 12:40:40 PST 2025
================
@@ -0,0 +1,177 @@
+; -stats requires asserts
+; requires: asserts
----------------
dyung wrote:
I believe this should be `REQUIRES` and not `requires`. I observed the test being run on a bot I specifically setup to run without assertions enabled.
https://lab.llvm.org/staging/#/builders/202/builds/729
https://github.com/llvm/llvm-project/pull/122183
More information about the llvm-commits
mailing list