[PATCH] D31948: [AArch64] Fix handling of integer fp immediates
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 11 10:41:54 PDT 2017
rengolin 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,
----------------
Why you don't need to "eat the token" anymore?
https://reviews.llvm.org/D31948
More information about the llvm-commits
mailing list