[all-commits] [llvm/llvm-project] 5d8fb4: [InstCombine] Fold comparison of adding two z/sext...
elhewaty via All-commits
all-commits at lists.llvm.org
Fri Oct 6 02:29:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d8fb473d3848d2d3c4b88ef3a9bbf494ba0ff0b
https://github.com/llvm/llvm-project/commit/5d8fb473d3848d2d3c4b88ef3a9bbf494ba0ff0b
Author: elhewaty <mohamedatef1698 at gmail.com>
Date: 2023-10-06 (Fri, 06 Oct 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/test/Transforms/InstCombine/icmp-add.ll
Log Message:
-----------
[InstCombine] Fold comparison of adding two z/sext booleans (#67895)
- Add test coverage for sext/zext boolean additions
- [InstCombine] Fold comparison of adding two z/sext booleans
Fixes https://github.com/llvm/llvm-project/issues/64859.
More information about the All-commits
mailing list