[PATCH] D12313: Introduce __builtin_nontemporal_store and __builtin_nontemporal_load.

hfinkel@anl.gov via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 27 23:16:37 PDT 2015


hfinkel added a comment.

Thanks, but I still have this question:

> Plus, I don't understand why you're implementing another place in CodeGen that generates IR to load and store scalar values. Can't you enhance EmitLoadOfScalar/EmitStoreOfScalar and then use those functions? If nothing else, you're already missing setting of TBAA metadata and other things that these functions do.



http://reviews.llvm.org/D12313





More information about the cfe-commits mailing list