Convert more tests over to the new atomic instructions.
authorEli Friedman <eli.friedman@gmail.com>
Mon, 26 Sep 2011 21:30:17 +0000 (21:30 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 26 Sep 2011 21:30:17 +0000 (21:30 +0000)
commitde412c391b25f6b397c354a4e73653fec6d27587
tree3f886a7e5d01f5ac055e8eba3f7518cd98f13688
parenta69d998664ef2d537d93ca4c923cde1b728aa7e0
Convert more tests over to the new atomic instructions.

I did not convert Atomics-32.ll and Atomics-64.ll by hand; the diff is autoupgrade output.

The wmb test is gone because there isn't any way to express wmb with the new atomic instructions; if someone really needs a non-asm way to write a wmb on Alpha, a platform-specific intrisic could be added.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140566 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/Alpha/mb.ll
test/CodeGen/Alpha/wmb.ll [deleted file]
test/CodeGen/PowerPC/Atomics-32.ll
test/CodeGen/PowerPC/Atomics-64.ll
test/CodeGen/PowerPC/atomic-1.ll
test/CodeGen/PowerPC/atomic-2.ll