[PATCH] D149229: [InstSimplify] with logical ops: (X & Y) == -1 ? X : -1 --> -1

Allen zhong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 00:57:33 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf9478f729e68: [InstSimplify] with logical ops: (X & Y) == -1 ? X : -1 --> -1 (authored by Allen).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149229/new/

https://reviews.llvm.org/D149229

Files:
  llvm/lib/Analysis/InstructionSimplify.cpp
  llvm/test/Transforms/InstSimplify/select_or_and.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149229.517083.patch
Type: text/x-patch
Size: 5017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230426/445de764/attachment.bin>


More information about the llvm-commits mailing list