[PATCH] D145855: [X86] matchAddressRecursively - support zext(and(shl(x,c1)),c2) -> shl(zext(and(x, c2 >> c1),c1)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 12 01:49:30 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG47208f8d3437: [X86] matchAddressRecursively - support zext(and(shl(x,c1)),c2) -> shl(zext(and… (authored by RKSimon).

Changed prior to commit:
  https://reviews.llvm.org/D145855?vs=504389&id=504415#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145855

Files:
  llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
  llvm/test/CodeGen/X86/lea-dagdag.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145855.504415.patch
Type: text/x-patch
Size: 4650 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230312/d5147750/attachment.bin>


More information about the llvm-commits mailing list