[PATCH] D12277: [X86] Add intrinsic support for clac, stac, lgdt and sgdt

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 09:01:40 PDT 2015


majnemer added a comment.

Are these intrinsics supposed to be compiler barriers? Seems like bad stuff could happen if we speculated or sunk around them.


http://reviews.llvm.org/D12277





More information about the llvm-commits mailing list