[all-commits] [llvm/llvm-project] 9d2302: [InstCombine] add tests for demanded/known bits of...
RotateRight via All-commits
all-commits at lists.llvm.org
Thu Feb 4 07:52:31 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d230295d925238573f6e2dd23f0c5de76f6657b
https://github.com/llvm/llvm-project/commit/9d230295d925238573f6e2dd23f0c5de76f6657b
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-02-04 (Thu, 04 Feb 2021)
Changed paths:
M llvm/test/Transforms/InstCombine/shift.ll
Log Message:
-----------
[InstCombine] add tests for demanded/known bits of shifted constant; NFC
These are variations of a missed analysis noted in:
https://llvm.org/PR48984
More information about the All-commits
mailing list