[PATCH] D72328: [ARM,MVE] Intrinsics for partial-overwrite imm shifts.

Dave Green via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 8 05:23:05 PST 2020


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





More information about the cfe-commits mailing list