[PATCH] D78750: [SveEmitter] Add builtins for svdupq and svdupq_lane

Sander de Smalen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 1 17:17:34 PDT 2020


sdesmalen marked an inline comment as done.
sdesmalen added inline comments.


================
Comment at: clang/utils/TableGen/SveEmitter.cpp:98
+  bool isScalarPredicate() const {
+    return !Float && Predicate && NumVectors == 0;
+  }
----------------
note: the changes to isScalarPredicate and to SVEType::str() are fixes to allow expressing `bool`, which weren't previously exhibited because there wasn't yet a builtin that used a scalar `bool` as argument.


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

https://reviews.llvm.org/D78750





More information about the cfe-commits mailing list