[PATCH] D150671: RISCV/InstrInfo: model register pressure for MICombiner

Kito Cheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 6 08:03:57 PDT 2023


kito-cheng added a comment.
Herald added a subscriber: wangpc.

I reviewed and saw this is similar to other target, but I hesitate to give LGTM to this patch since I saw the test case in early version of this patch shows stack usage increases[1], which typically means the register pressure increase, so that means this patch is not always did what we expect to me.

[1] https://reviews.llvm.org/D150671?vs=on&id=523710#toc


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150671



More information about the llvm-commits mailing list