[PATCH] D20116: Add speculatable function attribute
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 28 12:13:02 PDT 2017
hfinkel added a comment.
In https://reviews.llvm.org/D20116#740922, @arsenm wrote:
> Only allow for intrinsics
Why only for intrinsics? I thought we had concluded that we'd only allow it for declarations and not on call sites (which may technically mean on call sited but only matching the declaration). I think it is important that we can apply it to regular functions.
https://reviews.llvm.org/D20116
More information about the llvm-commits
mailing list