[PATCH] D45880: [AArch64][SVE] Enable DiagnosticPredicates for SVE LD1 instructions.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 20 08:14:49 PDT 2018
fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp:509
- template <int Bits, int Scale> bool isSImmScaled() const {
+ template <int Scale> bool isMemoryIndexSImm7() const {
+ return (bool) isSImmScaled<7, 4>();
----------------
Do we need this change for the patch?
https://reviews.llvm.org/D45880
More information about the llvm-commits
mailing list