Francesco Petrogalli via llvm-dev
2019-Nov-20 17:27 UTC
[llvm-dev] [Vectorizer] Query interface for vector functions
Hi, I am changing the way the vectorizer looks for vector functions in https://reviews.llvm.org/D67572. People involved in the vectorizer should take a look at it. The idea is to replace the TargetLibraryInfo API with an API that is based on IR attributes attached to function calls. Cheers, Francesco