[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:40:29 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG442123cada4c: Fixes memory sanitizer 'use-of-uninitialized-value' diagnostic. (authored by bgraur).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106047/new/

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.358878.patch
Type: text/x-patch
Size: 421 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210715/5a3c9758/attachment.bin>


More information about the llvm-commits mailing list