This patch precommits a test for:
https://reviews.llvm.org/D148420
Details
Details
- Reviewers
RKSimon spatel nikic - Commits
- rG31dda3913f9d: [InstCombine] Precommit a test
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM
llvm/test/Transforms/InstCombine/select-icmp-and-zero-shl.ll | ||
---|---|---|
46 | Add an extra use of %tobool.not (pass to call) to prevent it from being converted to icmp eq. |
llvm/test/Transforms/InstCombine/select-icmp-and-zero-shl.ll | ||
---|---|---|
46 | This is added on purpose. The case of not being converted is @test_multi_use below. |
llvm/test/Transforms/InstCombine/select-icmp-and-zero-shl.ll | ||
---|---|---|
46 | Oh sorry, ignore my comment. |
Add an extra use of %tobool.not (pass to call) to prevent it from being converted to icmp eq.