[PATCH] D42976: [AMDGPU] removed dead code handling rmw in memory legalizer
Konstantin Zhuravlyov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 6 11:02:32 PST 2018
kzhuravl accepted this revision.
kzhuravl added a comment.
This revision is now accepted and ready to land.
LGTM with minor nit.
================
Comment at: lib/Target/AMDGPU/SIMemoryLegalizer.cpp:110
+ /// rmw operation,
/// "None" otherwise.
static Optional<SIMemOpInfo> getAtomicCmpxchgInfo(
----------------
Move to previous line.
https://reviews.llvm.org/D42976
More information about the llvm-commits
mailing list