[PATCH] D43291: [ARM] f16 vcmp fixes

Oliver Stannard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 14 08:53:26 PST 2018


olista01 added inline comments.


================
Comment at: lib/Target/ARM/ARMInstrVFP.td:627
                    IIC_fpCMP16, "vcmp", ".f16\t$Sd, #0",
                    []> {
   let Inst{3-0} = 0b0000;
----------------
Could we also add the pattern for VCMPZH?


https://reviews.llvm.org/D43291





More information about the llvm-commits mailing list