[PATCH] D11470: [ARM] Define subtarget feature "strict-align"
Akira Hatanaka
ahatanak at gmail.com
Thu Jul 23 13:39:18 PDT 2015
ahatanak added a comment.
As long as we use the same feature name +strict-align for arm and aarch64, I believe we can make it a "generic" subtarget feature later if we decide we want to do so.
Defining a function attribute for strict-align is another option, but I think that requires more work than using a subtarget feature.
http://reviews.llvm.org/D11470
More information about the llvm-commits
mailing list