[PATCH] D70107: [VFABI] TargetLibraryInfo mappings in IR.
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 18:36:53 PST 2019
fpetrogalli added a comment.
This patch is not functional yet, but I have added it here to show in the test what I intend to do.
I am adding a pass that adds the "vector-function-abi-variant" attribute from the mappings that are stored in the TargetLibraryInfo (TLI).
This patch is based on the work published in https://reviews.llvm.org/D69976 and https://reviews.llvm.org/D70089
There is not need to review the code for now, all I need to know is whether people agree on this approach.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70107/new/
https://reviews.llvm.org/D70107
More information about the llvm-commits
mailing list