[PATCH] D94444: [RFC][Scalable] Add scalable shuffle intrinsic to extract evens from a pair of vectors

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 13 10:25:03 PST 2021


cameron.mcinally added inline comments.


================
Comment at: llvm/lib/IR/Verifier.cpp:5176
+    break;
+  }
   };
----------------
sdesmalen wrote:
> Can you also check the constraint that the minimum number of elements must be a power of two for scalable vectors?
I'm still getting up to speed with ElementCount, so I'm not sure that his is the best way to use it. Any experts?


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

https://reviews.llvm.org/D94444



More information about the llvm-commits mailing list