[PATCH] D39341: [X86][Driver] Move all of the X86 feature flags to one spot in the Options.td file and pair them up with their negations.

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 26 13:03:35 PDT 2017


craig.topper created this revision.

It looks like at one time Options.td was in alphabetical order, but that looks to have long been broken. The result is that it all the no- x86 options got separated from their other friends for no good reason.

This patch puts them all together in one place with the no- paired with its none negated version.

I've kept all the SSE and AVX/AVX512 bits together since they represent a somewhat linear progression of features. The rest I just put in alphabetical order after.


https://reviews.llvm.org/D39341

Files:
  include/clang/Driver/Options.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39341.120468.patch
Type: text/x-patch
Size: 19233 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171026/110688be/attachment-0001.bin>


More information about the cfe-commits mailing list