AMDGPU/NFC: Update D16PreservesUnusedBits description based Tony Tye's comments

llvm-svn: 331564
This commit is contained in:
Konstantin Zhuravlyov 2018-05-04 22:53:55 +00:00
parent 394588a1a6
commit 91a74f53db
1 changed files with 3 additions and 1 deletions

View File

@ -326,7 +326,9 @@ def FeatureD16PreservesUnusedBits : SubtargetFeature<
"d16-preserves-unused-bits",
"D16PreservesUnusedBits",
"true",
"D16 memory instructions preserve unused bits rather than zeroing them out"
"If present, then instructions defined by HasD16LoadStore predicate preserve "
"unused bits. Otherwise instructions defined by HasD16LoadStore predicate "
"zero unused bits."
>;
//===------------------------------------------------------------===//