[PATCH] D12221: [RFC] Introduce `__attribute__((nontemporal))`.
David Majnemer via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 20 18:49:01 PDT 2015
majnemer added a subscriber: majnemer.
majnemer added a comment.
What does it mean to have the attribute applied to non-pointer types like `int __attribute__((nontemporal)) i;` ? The ACLE doesn't say but making it erroneous might make sense. Perhaps it would be good to have a semantic test which uses `__attribute__((nontemporal))`.
http://reviews.llvm.org/D12221
More information about the cfe-commits
mailing list