[PATCH] D130146: [RISCV] Add isel pattern for (mul (and X, 0xffffffff), 3<<C) with Zba.

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 07:38:45 PDT 2022


reames accepted this revision.
reames added a comment.
This revision is now accepted and ready to land.

LGTM - I really want to say there's a more generic way to handle this, but after a bit of thought, I don't have any specific suggestions.  Given that, land this and we can generalize later if needed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130146



More information about the llvm-commits mailing list