[PATCH] D98101: [RISCV] Enable the LocalStackSlotAllocation pass support

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 13 07:28:39 PDT 2021


luismarques added a comment.

I've benchmarked the impact of this patch with CoreMark and Embench and it looked good. In summary, there were no or minimal performance differences but there were various small improvements to code size, which are probably similar to your test case.
I was going to add other checks like running the llvm test suite but the patch no longer applies. Can you refresh it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98101



More information about the llvm-commits mailing list