[PATCH] D29294: LSR: Check more intrinsic pointer operands

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 14:46:56 PDT 2017


hfinkel added a comment.

I'd rather not embed knowledge of all relevant target-specific intrinsics in this file. Can you use the TTI->getTgtMemIntrinsic interface instead?


https://reviews.llvm.org/D29294





More information about the llvm-commits mailing list