[PATCH] D31948: [AArch64] Fix handling of integer fp immediates
John Brawn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 12 07:47:10 PDT 2017
john.brawn added inline comments.
================
Comment at: lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp:2118
Val = AArch64_AM::getFP64Imm(APInt(64, IntVal));
+
+ // Check for out of range values. As an exception, we let Zero through,
----------------
rengolin wrote:
> Why you don't need to "eat the token" anymore?
It's now handled down on line 2127.
https://reviews.llvm.org/D31948
More information about the llvm-commits
mailing list