hwasan: Use llvm.read_register intrinsic to read the PC on aarch64 instead of...
hwasan: Use llvm.read_register intrinsic to read the PC on aarch64 instead of taking the function's address. This shaves an instruction (and a GOT entry in PIC code) off prologues of functions with stack variables. Differential Revision: https://reviews.llvm.org/D63472 llvm-svn: 364608
Loading
Please sign in to comment