[PATCH] D15592: [LICM] Make store promotion work in the face of unordered atomics
Sanjoy Das via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 13 12:36:17 PST 2017
sanjoy accepted this revision.
sanjoy added a comment.
This revision is now accepted and ready to land.
This LGTM!
================
Comment at: lib/Transforms/Scalar/LICM.cpp:803
+ LI(li), DL(dl), Alignment(alignment),
+ UnorderedAtomic(UnorderedAtomic),AATags(AATags) {}
----------------
clang-format?
https://reviews.llvm.org/D15592
More information about the llvm-commits
mailing list