"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "e266dc7621f0d604aef7b3f57056b77b97d4f4ed"
Add implementations of the MSVC barrier intrinsics
Summary: These are deprecated in VS 2012 according to MSDN. They don't actually compile down to any code. They prevent the compiler from reordering memory accesses across the barrier, which is what a memory-clobbering volatile asm does. Reviewers: echristo CC: cfe-commits Differential Revision: http://llvm-reviews.chandlerc.com/D1954 llvm-svn: 192860
Loading
Please register or sign in to comment