[PATCH] D11470: [ARM] Define subtarget feature "strict-align"

Akira Hatanaka ahatanak at gmail.com
Tue Jul 28 12:45:32 PDT 2015


ahatanak added a comment.

I plan to commit the clang and llvm patches today if there are no further comments and follow up with similar changes to aarch64-strict-align.

I'm wondering whether we should start looking into implementing support for generic subtarget features. Currently, there are only a few  subtarget features that are not specific to one target (soft-float and strict-align), but we'll probably find a few more as we convert more front-end options to subtarget features that are written to the IR.


http://reviews.llvm.org/D11470







More information about the llvm-commits mailing list