[PATCH] D67495: [RISCV] Collect Statistics on Compressed Instructions

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 07:11:03 PST 2020


lenary marked an inline comment as done.
lenary added inline comments.


================
Comment at: llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:1628
   bool Res = compressInst(CInst, Inst, getSTI(), S.getContext());
   CInst.setLoc(Inst.getLoc());
+  if (Res)
----------------
xbolva00 wrote:
> under if (Res) too ?
This was covered in rGa0f43b0043581b37b10d105a85f0653704d3657b - I just need to rebase this patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67495





More information about the llvm-commits mailing list