[PATCH] D82660: [RISCV] Optimize multiplication by specific immediates

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 1 20:31:38 PDT 2020


benshi001 marked 2 inline comments as done.
benshi001 added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:2989
+
+  // TODO: Check vector types.
+  return false;
----------------
lenary wrote:
> This TODO should not apply to RISC-V, yet.
Thanks. I have rebased and fixed according to what you suggested.


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

https://reviews.llvm.org/D82660





More information about the llvm-commits mailing list