[all-commits] [llvm/llvm-project] d781df: ValueTracking/test: cover known-high-bits of rem (...
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Thu Sep 26 08:09:13 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d781df2006374b4a825cf661045023e74adcba42
https://github.com/llvm/llvm-project/commit/d781df2006374b4a825cf661045023e74adcba42
Author: Ramkumar Ramachandra <ramkumar.ramachandra at codasip.com>
Date: 2024-09-26 (Thu, 26 Sep 2024)
Changed paths:
R llvm/test/Analysis/ValueTracking/knownbits-rem-lowbits.ll
A llvm/test/Analysis/ValueTracking/knownbits-rem.ll
Log Message:
-----------
ValueTracking/test: cover known-high-bits of rem (#109006)
There is an underlying bug in KnownBits, and we should theoretically be
able to determine the high-bits of an srem as shown in the test, just
like urem. In preparation to fix this bug, add pre-commit tests testing
high-bits of srem and urem.
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