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

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 9 17:06:16 PDT 2024


================
@@ -0,0 +1,59 @@
+; RUN: opt -disable-output -passes='print<scalar-evolution>' -verify-scev < %s 2>&1 | FileCheck %s
----------------
nikic wrote:

Could you please use update_analyze_test_checks.py to generate the output?

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


More information about the llvm-commits mailing list