dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.

LGTM I think



================
Comment at: clang/utils/TableGen/MveEmitter.cpp:1105
+    int Num = Op->getValueAsInt("num"), Denom = Op->getValueAsInt("denom");
+    unsigned desiredSize = STKind->sizeInBits() * Num / Denom;
     for (const auto &kv : ScalarTypes) {
----------------
DesiredSize


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72328



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to