[llvm] [BFI] Preserve zero-mass exits in solveIrreducibleMass (PR #218140)
Alexis Engelke via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 22 09:52:51 PDT 2026
================
@@ -0,0 +1,60 @@
+; test for https://github.com/llvm/llvm-project/issues/217740
+
+; REQUIRES: asserts
+
+; RUN: llc -O3 -o /dev/null %s
----------------
aengelke wrote:
Restrict passes to just require/print the analysis. Also remove requires: asserts, check output and preferably use update-test-checks.
https://github.com/llvm/llvm-project/pull/218140
More information about the llvm-commits
mailing list