TLI: Add interface for querying whether a function is vectorizable.
This is the second of 6 patches for enabling vectorization of calls.
Paths
| Differential D8093
TLI: Add interface for querying whether a function is vectorizable. ClosedPublic Authored by mzolotukhin on Mar 5 2015, 7:50 PM.
Details Summary TLI: Add interface for querying whether a function is vectorizable. This is the second of 6 patches for enabling vectorization of calls.
Diff Detail Event Timelinemzolotukhin retitled this revision from to TLI: Add interface for querying whether a function is vectorizable.. mzolotukhin updated this object.
This revision is now accepted and ready to land.Mar 17 2015, 12:37 PM Comment Actions For the reference: this patch was discussed on the mailing list, and was OK'd there (those comments didn't get here).
Revision Contents
Diff 21324 include/llvm/Analysis/TargetLibraryInfo.h
lib/Analysis/TargetLibraryInfo.cpp
|
It looks like all of these comparison functions are only used once. Please make them lambdas at their current call sites.