[PATCH] D49242: [Intrinsics] define funnel shift IR intrinsics + DAG builder support

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 12 09:48:18 PDT 2018


RKSimon added inline comments.


================
Comment at: docs/LangRef.rst:11915
+vector with integer element type. All arguments and the return value must
+have the same type.
+
----------------
Is the shift amount going to be treated as a modulo value?


https://reviews.llvm.org/D49242





More information about the llvm-commits mailing list