[PATCH] D71600: PowerPC 32-bit - forces 8 byte lock/lock_free decisions at compiled time
Dimitry Andric via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 24 12:55:10 PST 2020
dim added inline comments.
================
Comment at: clang/lib/AST/ExprConstant.cpp:11180
+ // Avoid emiting call for runtime decision on PowerPC 32-bit
+ // The lock free possibilities on this platform are covered by the lines
----------------
`s/emiting/emitting/`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71600/new/
https://reviews.llvm.org/D71600
More information about the llvm-commits
mailing list