[PATCH] D19544: Pass for translating math intrinsics to math library calls.
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 14 11:09:31 PDT 2016
spatel added a comment.
Hi Matt -
This looks like the right first step in the path that Hal suggested, except I think we need a test case for each function that you want to enable. Please see test/Transforms/LoopVectorize/X86/veclib-calls.ll as a reference for how to do that.
https://reviews.llvm.org/D19544
More information about the llvm-commits
mailing list