[PATCH] D18632: Faster stack-protector for Android/AArch64.

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 31 14:31:02 PDT 2016


eugenis added a comment.

Good point. AArch64 implementation actually needs to insert instructions for the intrinsic call. I guess we keep IRBuilder then, or replace it with Instruction *InsertBefore argument.


Repository:
  rL LLVM

http://reviews.llvm.org/D18632





More information about the llvm-commits mailing list