[llvm] r227603 - ARM: further correct .fpu directive handling
Renato Golin
renato.golin at linaro.org
Fri Jan 30 12:36:24 PST 2015
On 30 January 2015 at 19:35, Saleem Abdulrasool <compnerd at compnerd.org> wrote:
> + {ARM::VFPV3, ARM::FeatureVFP2 | ARM::FeatureVFP3,
> + ARM::FeatureNEON | ARM::FeatureD16},
Hi Saleem,
That's wrong. vfpv3 == vfpv3-d32, that's why you have to specify
vfpv3-d16 for the shortened variant.
The same goes for vfpv4, neon, etc. Your original patch was correct.
cheers,
--renato
More information about the llvm-commits
mailing list