[PATCH] D128876: [RISCV] Fix wrong register rename for store value during make-compressible optimization

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 18:30:29 PDT 2022


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVMakeCompressible.cpp:105
+  // Indicate there is no compressible chance.
+  bool Incompressible() const {
+    return Reg == RISCV::NoRegister && Offset == 0;
----------------
Methods name start with lower case. 

Is this ever called?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128876



More information about the llvm-commits mailing list