[PATCH] D150293: [X86] Add tests for transforming `(x*C0)&C1`->`(-x<<log2(C0&(-C0)))&C1`; NFC

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 10 13:10:09 PDT 2023


goldstein.w.n created this revision.
goldstein.w.n added reviewers: RKSimon, pengfei.
Herald added a project: All.
goldstein.w.n requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150293

Files:
  llvm/test/CodeGen/X86/undo-mul-and.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150293.521080.patch
Type: text/x-patch
Size: 13167 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230510/0fb80324/attachment.bin>


More information about the llvm-commits mailing list