[PATCH] D22399: [LoopDataPrefetch/AArch64] Don't add prefetch intrinsic, when the loop already has InlineAsm prefetch.

Junmo Park via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 16:36:09 PDT 2016


flyingforyou added a comment.

Or how about give up inserting prefetch intrinsic when the loop has inline asm?
I don't think users are stupid that they don't know prefetch is necessary or not when they use inline asm.


https://reviews.llvm.org/D22399





More information about the llvm-commits mailing list