[PATCH] D76680: [SveEmitter] Add immediate checks for lanes and complex imms
Sander de Smalen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 6 15:16:40 PDT 2020
sdesmalen marked 3 inline comments as done.
sdesmalen added inline comments.
================
Comment at: clang/include/clang/Basic/DiagnosticSemaKinds.td:9208
+def err_rotation_argument_to_cmla
+ : Error<"argument should be the value 0,90,180 or 270">;
def warn_neon_vector_initializer_non_portable : Warning<
----------------
efriedma wrote:
> SjoerdMeijer wrote:
> > A proper nit, perhaps some spaces here: "0,90,180".
> Still not done?
Sorry, I forgot about that earlier. Should be fixed now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76680/new/
https://reviews.llvm.org/D76680
More information about the cfe-commits
mailing list