[PATCH] D117913: [Clang][RISCV] Guard vmulh, vsmul correctly

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 21 12:22:15 PST 2022


craig.topper added inline comments.


================
Comment at: clang/utils/TableGen/RISCVVEmitter.cpp:812
       RISCVPredefinedMacros |= RISCVPredefinedMacro::RV64;
+    if (Extension == "FullMultiply" &&
+        (RISCVPredefinedMacros & RISCVPredefinedMacro::VectorMaxELen64))
----------------
Can you add a comment here. I should have in my original patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117913



More information about the cfe-commits mailing list