[llvm] [SCEV] Fix BinomialCoefficient Iteration to fit in W bits (PR #88010)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 8 12:29:29 PDT 2024
================
@@ -0,0 +1,36 @@
+; RUN: opt -S -passes='indvars' -verify-scev < %s | FileCheck %s
----------------
efriedma-quic wrote:
The test isn't supposed to crash whether or not assertions are enabled... running it with assertions disabled doesn't do any harm (and might catch related issues).
https://github.com/llvm/llvm-project/pull/88010
More information about the llvm-commits
mailing list