[PATCH] D69189: [Builtins] Fix bug where powerpc builtins specializations didn't remove generic implementations.

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 28 17:51:08 PDT 2019


nemanjai added a comment.

One of us here at IBM would gladly try this out on ppc64/ppc64le if that is desired. We are certainly interested in helping to ensure our target does not put undue burden on the community, but I don't think anyone here has much CMake expertise.
So if you let us know if you'd like us to test something out for PPC, we'll be happy to do it.

Just as an example, with my very limited knowledge of CMake, I don't actually understand how this ensures we actually build the `ppc/<builtin_name>.c` on powerpc/powerpc64/powerpc64le rather than some other one (for example `arm/<builtin_name>.c`).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69189





More information about the llvm-commits mailing list