[PATCH] D31287: [mips] Fix atomic compare and swap at O0, v2

Sagar Thakur via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 4 05:56:49 PDT 2017


slthakur accepted this revision.
slthakur added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: test/CodeGen/Mips/atomic.ll:20
 
+; We want to verify the produced code is well formed all optimization levels, the rest of the tets which ensure correctness.
+; RUN: llc -march=mipsel -O1 --disable-machine-licm -mcpu=mips32 -relocation-model=pic -verify-machineinstrs < %s > /dev/null
----------------
Nit: Spelling should be "tests"


Repository:
  rL LLVM

https://reviews.llvm.org/D31287





More information about the llvm-commits mailing list