[PATCH] D117947: [RISCV] Don't allow i64 vector div by constant to use mulh with Zve64x

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 24 02:20:16 PST 2022


frasercrmck added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:615
 
+      // Vectors implement MULHS/MULHU.
+      // nxvXi64 MULHS/MULHU requires the V extension instead of Zve64*.
----------------
Do we need to move this comment down? It still applies at its previous location, doesn't it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117947



More information about the llvm-commits mailing list