[PATCH] D47711: [AArch64][SVE] Asm: Add parsing/printing support for exact FP immediates.

Oliver Stannard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 5 07:36:25 PDT 2018


olista01 added a comment.

It looks like we currently have two ways in which floating-point operands can get parsed, and this patch adds a third, which accepts values which overlap with both of the existing ones. Instead, this seems like a good time to tidy this up, always parsing to the same AArch64Operand, and using predicate functions to check if the value is valid for each operand type, as we do for integer operands with different ranges.


https://reviews.llvm.org/D47711





More information about the llvm-commits mailing list