[PATCH] D36059: [memops] Add a new pass to inject fast-path code for specific library function calls.

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 30 10:36:15 PDT 2017


mehdi_amini added a comment.

It seems to me to conceptually belong to the backend. Why isn't this part of CodeGenPrepare (or injected by the target as part of its pre-ISel IR passes)?


https://reviews.llvm.org/D36059





More information about the llvm-commits mailing list