[PATCH] Move VFP4 predicate inside UseFusedMAC

Daniel Stewart stewartd at codeaurora.org
Wed Dec 4 07:18:35 PST 2013


This patch is a cosmetic patch that moves the check for VFP4 support inside
the predicate for UseFusedMAC. I changed the VMLx opcodes that previously
checked for both VFP4 and UseFusedMAC to check for UseFusedMAC only as VFP4
is required for that. My motivation in the patch was to ensure that anytime
UseFusedMAC is used, we should also force the check of VFP4, which is also
required. This also makes the UseFusedMAC and DontUseFusedMAC actual
inversions of each other, where they were not previously.

 

Daniel Stewart

--

Qualcomm Innovation Center, Inc is a member of Code Aurora Forum, hosted by
The Linux Foundation

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131204/573bf117/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-UseFusedMAC-directly-depends-on-VFP4.patch
Type: application/octet-stream
Size: 9348 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131204/573bf117/attachment.obj>


More information about the llvm-commits mailing list