[PATCH] D11782: RFC: Target-specific loop idiom recognition
Krzysztof Parzyszek via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 06:10:40 PDT 2015
kparzysz added a comment.
The target-provided function is invoked in the loop idiom recognition pass, so that's the connection here. It does not have to be that way, and inserting a target-specific pass into the pipeline would also work, but there is no way to accomplish this at the moment.
Repository:
rL LLVM
http://reviews.llvm.org/D11782
More information about the llvm-commits
mailing list