[PATCH] [ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors

Robin Morisset morisset at google.com
Tue Sep 16 17:29:06 PDT 2014


There is no barrier generated by the other path, the entire operation (store/load/rmw/whatever) is turned into a libcall on these old processors. It is tested (summarily) at the end of atomic-load-store.ll at least.

http://reviews.llvm.org/D5304






More information about the llvm-commits mailing list