[PATCH] D150293: [X86] Add tests for inverting `(x * (Pow2_Ceil(C1) - (1 << C0))) & C1` -> `(-x << C0) & C1`; NFC
    Noah Goldstein via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu May 11 15:09:21 PDT 2023
    
    
  
goldstein.w.n updated this revision to Diff 521459.
goldstein.w.n added a comment.
Rebase
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150293/new/
https://reviews.llvm.org/D150293
Files:
  llvm/test/CodeGen/X86/undo-mul-and.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150293.521459.patch
Type: text/x-patch
Size: 13167 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230511/2f0c87ec/attachment.bin>
    
    
More information about the llvm-commits
mailing list