[PATCH] D25293: Create llvm.addressofreturnaddress intrinsic

Albert Gutowski via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 5 16:26:57 PDT 2016


agutowski updated this revision to Diff 73709.
agutowski added a comment.

use FileCheck instead of grep; add a test without frame pointer


https://reviews.llvm.org/D25293

Files:
  docs/LangRef.rst
  include/llvm/CodeGen/ISDOpcodes.h
  include/llvm/IR/Intrinsics.td
  lib/Analysis/ObjCARCInstKind.cpp
  lib/CodeGen/IntrinsicLowering.cpp
  lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h
  test/CodeGen/X86/addr-of-ret-addr.ll
  test/CodeGen/X86/ret-addr.ll
  test/CodeGen/X86/win64_frame.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25293.73709.patch
Type: text/x-patch
Size: 9160 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161005/9e43da2c/attachment.bin>


More information about the llvm-commits mailing list