[PATCH] D22949: Speed up Function::isIntrinsic() by adding a bit to GlobalValue. NFC

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 18 10:37:53 PDT 2016


beanz added a comment.

In https://reviews.llvm.org/D22949#519623, @rnk wrote:

> which I think @beanz wanted to do.


@Bogner has taken over my primary interests in that. In general I think pushing target-specific things (like intrinsics) into targets is a really great idea. I have this pipe dream of someday being able to make dynamically loadable targets, which I think would be really cool.


https://reviews.llvm.org/D22949





More information about the llvm-commits mailing list