[llvm] [SCEV] Fix BinomialCoefficient Iteration to fit in W bits (PR #88010)

via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 9 13:30:24 PDT 2024


================
@@ -0,0 +1,36 @@
+; RUN: opt -S -passes='indvars' -verify-scev < %s | FileCheck %s
----------------
annamthomas wrote:

Thanks, updated the test case.

https://github.com/llvm/llvm-project/pull/88010


More information about the llvm-commits mailing list