[PATCH] D67572: [SVFS] The Search Vector Function System.

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 4 13:28:26 PST 2019


fpetrogalli marked an inline comment as done.
fpetrogalli added inline comments.


================
Comment at: llvm/include/llvm/Analysis/VectorUtils.h:52
+  AVX512,            // x86 AVX512
+  LLVM_INTERNAL_TLI, // Internal ABI for the function handled via
+                     // TargetLibraryInfo
----------------
I have added this to make it work with the TLI. An alternative would be to add an extra field to the `VecDesc` instances stored in the TLI to hold also the ISA information. I am happy to do so (or to investigate any other alternative approach) is the solution proposed in this patch is not convincing. 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67572/new/

https://reviews.llvm.org/D67572





More information about the llvm-commits mailing list