[PATCH] D81304: [llvm][SveEmitter] Emit the bfloat version of `svld1ro`.
Sander de Smalen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 16 01:36:55 PDT 2020
sdesmalen accepted this revision.
sdesmalen added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: clang/include/clang/Basic/AArch64SVEACLETypes.def:44
#define SVE_VECTOR_TYPE(Name, MangledName, Id, SingletonId, NumEls, ElBits, \
- IsSigned, IsFP) \
+ IsSigned, IsFP, IsBF) \
SVE_TYPE(Name, Id, SingletonId)
----------------
nit: odd formatting (of the last `\`), did you use clang-format?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81304/new/
https://reviews.llvm.org/D81304
More information about the cfe-commits
mailing list