[PATCH] D66210: [RISCV] Enable the machine outliner for RISC-V

Lewis Revill via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 08:03:34 PDT 2019


lewis-revill added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfo.cpp:552
+
+  // RISCV::PseudoRET = 4 bytes.
+  unsigned FrameOverhead = 4;
----------------
sorear wrote:
> Note that `jr <reg>` is a compressible instruction regardless of the register used.
Thanks, I'll try and incorporate this too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66210





More information about the llvm-commits mailing list