llvm/test/Transforms
Hans Wennborg 18b8cfa7ee LowerAtomic: Don't skip optnone functions; atomic still need lowering (PR34020)
The lowering isn't really an optimization, so optnone shouldn't make a
difference. ARM relies on the pass running when using "-mthread-model
single", because in that mode, it doesn't run AtomicExpand. See bug for
more details.

Differential Revision: https://reviews.llvm.org/D37040

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311565 91177308-0d34-0410-b5e6-96231b3b80d8
2017-08-23 15:43:28 +00:00
..
2017-08-18 22:50:29 +00:00
2017-08-21 16:00:38 +00:00