forked from OSchip/llvm-project
AMDGPU/NFC: Update D16PreservesUnusedBits description based Tony Tye's comments
llvm-svn: 331564
This commit is contained in:
parent
394588a1a6
commit
91a74f53db
|
@ -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."
|
||||
>;
|
||||
|
||||
//===------------------------------------------------------------===//
|
||||
|
|
Loading…
Reference in New Issue