Add tests for the transformations SCCP can do on atomic loads and stores (which are...
authorEli Friedman <eli.friedman@gmail.com>
Wed, 31 Aug 2011 21:37:06 +0000 (21:37 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 31 Aug 2011 21:37:06 +0000 (21:37 +0000)
commit24adac8b79a35af84fa19d210b00e9fba71e0085
tree6b5c884b0d81f2a7ca98e8718fffa5a15b132947
parent94fca8300d61cc038030c31014116df38b74e986
Add tests for the transformations SCCP can do on atomic loads and stores (which are safe without any modifications).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138902 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/SCCP/atomic-load-store.ll [new file with mode: 0644]