[PATCH] D149918: [InstCombine] Add oneuse checks to shr + cmp constant folds.

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 20:26:02 PDT 2023


goldstein.w.n added a comment.

Where are the codegen improvements coming from?
Better `imm` values or something? Personally this feels a bit of a hack at the expense of potential ILP.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149918



More information about the llvm-commits mailing list