[PATCH] Add support for part-word atomics for PPC
hfinkel at anl.gov
hfinkel at anl.gov
Thu Mar 5 18:44:32 PST 2015
REPOSITORY
rL LLVM
================
Comment at: lib/Target/PowerPC/PPCSubtarget.h:117
@@ -116,2 +116,3 @@
bool HasInvariantFunctionDescriptors;
+ bool HasPartwordAtomics;
----------------
You need to initialize this in PPCSubtarget.cpp with the others.
http://reviews.llvm.org/D8090
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list