[PATCH] D17885: [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random number, set bool, and dfp test significance

Nemanja Ivanovic via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 10 10:49:11 PST 2016


nemanjai added a comment.

In http://reviews.llvm.org/D17885#372077, @amehsan wrote:

> @nemanjai If I understand correctly you are saying a better name for P8Vector would have used ISA version instead of http://reviews.llvm.org/P8 in the feature name. Is that correct?


I don't think we need to change existing names even though I feel that referencing the chip in the feature name can be misleading. But when the feature is simply called "FeatureP9", I think that's a bit misleading if any other chips end up implementing ISA 3.0.
I think for specific subfeatures such as the direct moves, it is OK to continue to use the names we have been using. Then the ISA 3.0 feature (whatever we name it) will imply all of these Power 9 features.


http://reviews.llvm.org/D17885





More information about the llvm-commits mailing list