[all-commits] [llvm/llvm-project] 00cb1c: [InstCombine] add negtive tests for (%x & C) == 0 ...
ZCBing via All-commits
all-commits at lists.llvm.org
Tue Jul 5 01:50:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 00cb1c33ee2e8bb8b75f5e45c0bf671ed65208e6
https://github.com/llvm/llvm-project/commit/00cb1c33ee2e8bb8b75f5e45c0bf671ed65208e6
Author: Chenbing Zheng <Chenbing.Zheng at streamcomputing.com>
Date: 2022-07-05 (Tue, 05 Jul 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/lshr-and-negC-icmpeq-zero.ll
Log Message:
-----------
[InstCombine] add negtive tests for (%x & C) == 0 -> %x u< (-C). nfc
More information about the All-commits
mailing list