[PATCH] D53927: [AArch64] Enable libm vectorized functions via SLEEF

Joel Jones via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 27 07:21:17 PST 2019


joelkevinjones added a comment.

I'm not sure what the proposed split would consist of. Would it be

- A patch consisting of only the changes in Intrinsics.td which would be applied first. Wouldn't the changes in SelectionDAG be required as well?
- Everything but the changes in TargetLibraryInfo.cpp etc. for supporting SLEEF and including any related test cases that would be upstreamed  2nd?

Would the second choice be useful by itself? Either in functionality or improved cross-platform testing before the SLEEF support went in?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D53927





More information about the llvm-commits mailing list