[all-commits] [llvm/llvm-project] f417f5: [InstCombine] add test for limitation of knownbits...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Fri Jan 14 08:53:01 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f417f5f4633ef007c873b0cb3a7c68e9bf4cc0a6
https://github.com/llvm/llvm-project/commit/f417f5f4633ef007c873b0cb3a7c68e9bf4cc0a6
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-01-14 (Fri, 14 Jan 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/zext-or-icmp.ll
Log Message:
-----------
[InstCombine] add test for limitation of knownbits with overshift; NFC
The tests above this were added for D30781 and used to provide
coverage for a limit of knownbits, but improvements in other
transforms killed that intended purpose. This was noted because
another proposed improvement in D117110 will further reduce
those tests.
Commit: 0b2c21999571509b336b64ccc33fec4b9bb9e538
https://github.com/llvm/llvm-project/commit/0b2c21999571509b336b64ccc33fec4b9bb9e538
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-01-14 (Fri, 14 Jan 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/binop-phi-operands.ll
Log Message:
-----------
[InstCombine] add more tests for binop with phi operands; NFC
Goes with D117110.
Compare: https://github.com/llvm/llvm-project/compare/3bbf7f5ed86f...0b2c21999571
More information about the All-commits
mailing list