[PATCH] D75354: Add InjectTLIMappings pass to new pass manager

Jeeva P. via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 08:51:55 PST 2020


pjeeva01 added a comment.

Since the InjectTLIMappings pass impacts mappings of scalar math functions to their vector counterparts in all three of the currently supported vector libraries, I would like to suggest adding a test case for each one of them. In other words, testing in the presence of -fveclib=Accelerate, -fveclib=SVML, and -fveclib=MASSV libraries.


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

https://reviews.llvm.org/D75354





More information about the llvm-commits mailing list