[PATCH] D40256: [ARM] disable FPU features when using soft floating point.
Keith Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 28 08:19:51 PST 2017
keith.walker.arm updated this revision to Diff 124579.
keith.walker.arm added a comment.
> What are these disabled "R-UN" lines?
Oops! They shouldn't have been disabled in the patch.
> Do we really need to check every combination like this? I don't think the underlying logic actually varies.
I have reduced the tests in the part to do a check against each architectural variant, and then just one check with the different -msoft-float/-mfpu=none options.
https://reviews.llvm.org/D40256
Files:
lib/Driver/ToolChains/Arch/ARM.cpp
test/Driver/arm-cortex-cpus.c
test/Driver/arm-dotprod.c
test/Driver/arm-mfpu.c
test/Preprocessor/arm-target-features.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40256.124579.patch
Type: text/x-patch
Size: 52349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171128/cc1c6a00/attachment-0001.bin>
More information about the llvm-commits
mailing list