[PATCH] D106047: Fixes memory sanitizer 'use-of-uninitialized-value' diagnostic.

Bogdan Graur via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 15 02:17:05 PDT 2021


bgraur created this revision.
Herald added subscribers: jfb, kbarton, hiraditya, nemanjai.
bgraur requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106047

Files:
  llvm/lib/Target/PowerPC/PPCSubtarget.cpp


Index: llvm/lib/Target/PowerPC/PPCSubtarget.cpp
===================================================================
--- llvm/lib/Target/PowerPC/PPCSubtarget.cpp
+++ llvm/lib/Target/PowerPC/PPCSubtarget.cpp
@@ -119,6 +119,7 @@
   HasICBT = false;
   HasInvariantFunctionDescriptors = false;
   HasPartwordAtomics = false;
+  HasQuadwordAtomics = false;
   HasDirectMove = false;
   HasHTM = false;
   HasFloat128 = false;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106047.358870.patch
Type: text/x-patch
Size: 421 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210715/3de82365/attachment.bin>


More information about the llvm-commits mailing list