[all-commits] [llvm/llvm-project] 528a66: Fix sign of largest known divisor of div. (#100081)
Johannes Reifferscheid via All-commits
all-commits at lists.llvm.org
Tue Jul 23 01:55:54 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 528a662d3a1e28c3bd4fe2d54bc73506b68ddc4e
https://github.com/llvm/llvm-project/commit/528a662d3a1e28c3bd4fe2d54bc73506b68ddc4e
Author: Johannes Reifferscheid <jreiffers at google.com>
Date: 2024-07-23 (Tue, 23 Jul 2024)
Changed paths:
M mlir/lib/IR/AffineExpr.cpp
M mlir/unittests/IR/AffineExprTest.cpp
Log Message:
-----------
Fix sign of largest known divisor of div. (#100081)
There's a missing abs, so it returns a negative value if the divisor is
negative. Later this is then cast to uint.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list