[PATCH] D67698: [RISCV] Remove RA from reserved register to use as callee saved register

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 13 18:14:38 PDT 2019


luismarques added a comment.

In CoreMark-Pro, when the execution model is 1 instr == 1 cycle, with this patch the results I get is that sha-test improves by +1.43% in RV64 (GC, LP64D). For all other sub-benchmarks the performance differences round to 0.00%. There's no change to sha-test in RV32 before and after the patch.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67698





More information about the llvm-commits mailing list