[llvm] [SCEV] Fold (C1 * A /u C2) -> A /u (C2 /u C1), if C2 > C1. (PR #157656)
Mikael Holmen via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 17 22:30:12 PDT 2025
mikaelholmen wrote:
I've verified that the testcase previously failing for us with the original patch still works after the reapplied patch including the fix.
Thanks!
https://github.com/llvm/llvm-project/pull/157656
More information about the llvm-commits
mailing list