Commit 91a74f53 authored by Konstantin Zhuravlyov's avatar Konstantin Zhuravlyov
Browse files

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

llvm-svn: 331564
parent 394588a1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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."
>;

//===------------------------------------------------------------===//