[PATCH] D151694: [InstCombine] Add test case for (icmp eq A, -1) & (icmp eq B, -1) --> (icmp eq (A&B), -1); NFC
Shivam Gupta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 30 04:52:06 PDT 2023
xgupta marked 2 inline comments as done.
xgupta added a comment.
Shall I reduce llvm/test/Transforms/InstCombine/pr62311.ll test case. Or it is fine as it is because instcombine changes can be tested with a smaller test case also?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151694/new/
https://reviews.llvm.org/D151694
More information about the llvm-commits
mailing list