[PATCH] Add support for part-word atomics for PPC

Nemanja Ivanovic nemanja.i.ibm at gmail.com
Fri Mar 6 04:09:34 PST 2015


REPOSITORY
  rL LLVM

================
Comment at: lib/Target/PowerPC/PPCSubtarget.h:117
@@ -116,2 +116,3 @@
   bool HasInvariantFunctionDescriptors;
+  bool HasPartwordAtomics;
 
----------------
hfinkel wrote:
> You need to initialize this in PPCSubtarget.cpp with the others.
Ah yes, thank you. Doing so certainly helps with readability and consistency. Sorry I missed that. Added to the next patch that I'll upload here.

http://reviews.llvm.org/D8090

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list