[PATCH] D136015: [InstCombine] Fold series of instructions into mull

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 24 06:30:27 PDT 2022


spatel added a comment.

Please rebase again after 41c42f5b1825 <https://reviews.llvm.org/rG41c42f5b1825d3f5dfd521f4092c9e64706325a8> /  56c6b612aed1 <https://reviews.llvm.org/rG56c6b612aed1b4bf691a2a5ae731c09b18652ba5>. 
If I did that correctly, we won't see any changes for the final value in each test from this revision, but we'll test this patch directly and get a better coverage for commuted patterns.
After that, I think this patch will be complete.


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

https://reviews.llvm.org/D136015



More information about the llvm-commits mailing list