summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Util/add-TLI-mappings.ll
Commit message (Collapse)AuthorAgeFilesLines
* [SVFS] Inject TLI Mappings in VFABI attribute.Francesco Petrogalli2019-11-151-0/+61
This patch introduces a function pass to inject the scalar-to-vector mappings stored in the TargetLIbraryInfo (TLI) into the Vector Function ABI (VFABI) variants attribute. The test is testing the injection for three vector libraries supported by the TLI (Accelerate, SVML, MASSV). The pass does not change any of the analysis associated to the function. Differential Revision: https://reviews.llvm.org/D70107
OpenPOWER on IntegriCloud