[PATCH] D40360: [AArch64][SVE] Asm: Add SVE predicate register definitions and parsing support
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 27 15:01:55 PST 2017
efriedma added inline comments.
================
Comment at: lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp:4422
+ "sve predicate register without type specifier expected");
+ }
+
----------------
Testcase? (It looks like it should be possible to test this part even without any actual SVE instructions which take a predicate operand.)
https://reviews.llvm.org/D40360
More information about the llvm-commits
mailing list