[PATCH] D149512: [InstSimplify] Test case D149510

Zhu Siyuan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 29 00:29:02 PDT 2023


floatshadow created this revision.
Herald added a project: All.
floatshadow requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

(X >> Z) <=(u) Y ==> X <=(u) Y and (X > Y +_{nuw} 1) ==> X != Y

regenerate the CHECK lines


https://reviews.llvm.org/D149512

Files:
  llvm/test/Transforms/InstSimplify/implies.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149512.518135.patch
Type: text/x-patch
Size: 9113 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230429/289f3b89/attachment.bin>


More information about the llvm-commits mailing list