[PATCH] D152116: [DAGCombiner] Transform `(icmp eq/ne (and X,C0),(shift X,C1))` to use rotate or to getter constants.

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 08:52:03 PDT 2023


goldstein.w.n updated this revision to Diff 535435.
goldstein.w.n marked an inline comment as done.
goldstein.w.n added a comment.

Don't void variables


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152116

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/lib/Target/X86/X86ISelLowering.h
  llvm/test/CodeGen/X86/cmp-shiftX-maskX.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152116.535435.patch
Type: text/x-patch
Size: 18953 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230628/ae4b504d/attachment.bin>


More information about the llvm-commits mailing list