[llvm] [SCEVExpander] Recognize urem idiom during expansion (PR #96005)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 19 01:22:22 PDT 2024


================
@@ -491,6 +491,17 @@ class LoopCompare {
 }
 
 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) {
+
----------------
nikic wrote:

nit: Drop newline at start of function.

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


More information about the llvm-commits mailing list