[PATCH] D15038: [ARM] Add ARMv8.2-A FP16 scalar instructions
James Molloy via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 16 03:13:59 PST 2015
jmolloy accepted this revision.
jmolloy added a comment.
This revision is now accepted and ready to land.
With your changes, LGTM.
================
Comment at: lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h:686
@@ +685,3 @@
+ // mantissa = (16+UInt(e:f:g:h))/16.
+ if (Mantissa & 0x3f)
+ return -1;
----------------
Ah, the *top* 4 bits. I see, OK.
http://reviews.llvm.org/D15038
More information about the llvm-commits
mailing list