[PATCH] D148275: [InstCombine] support fold select(X|Y,X|Y,X) to X|Y

Congcong Cai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 14 01:03:12 PDT 2023


HerrCai0907 updated this revision to Diff 513467.
HerrCai0907 added a comment.

move to `simplifySelectWithICmpCond`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148275

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148275.513467.patch
Type: text/x-patch
Size: 5628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230414/3b5097bc/attachment.bin>


More information about the llvm-commits mailing list