[PATCH] D17885: [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random number, set bool, and dfp test significance
Chuang-Yu Cheng via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 10 07:08:20 PST 2016
- Previous message: [PATCH] D17885: [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random number, set bool, and dfp test significance
- Next message: [PATCH] D17885: [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random number, set bool, and dfp test significance
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
cycheng added a comment.
Agree, something like Requires<[HasP9]>.
def FeatureP9 : SubtargetFeature<"power9", "HasP9", "true",
"Enable POWER9 instructions",
[FeatureP9Vector, Power9SpecificFeatures]>;
http://reviews.llvm.org/D17885
- Previous message: [PATCH] D17885: [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random number, set bool, and dfp test significance
- Next message: [PATCH] D17885: [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random number, set bool, and dfp test significance
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the llvm-commits
mailing list