[PATCH] D128869: [RISCV] Fold (sra (add (shl X, 32), C1), 32 - C) -> (shl (sext_inreg (add X, C1), C)

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 30 07:44:51 PDT 2022


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

Really nice improvement - LGTM!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128869



More information about the llvm-commits mailing list