[PATCH] D111484: [RISCV] Optimize immediate materialisation with SH*ADD

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 11 09:40:38 PDT 2021


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.cpp:203
+    }
+    // Build the new isntruction sequence.
+    if (Div > 0) {
----------------
isntruction -> instruction


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111484



More information about the llvm-commits mailing list