[PATCH] Replace llvm.frameallocate with llvm.frameescape

Reid Kleckner rnk at google.com
Tue Mar 3 18:47:24 PST 2015


Hi andrew.w.kaylor,

Turns out it's pretty straightforward and simplifies the implementation.

We need some more cleanups here, but those can come later. I'm trying to send
patches quickly to continuously integrate. :)

http://reviews.llvm.org/D8051

Files:
  docs/LangRef.rst
  include/llvm/IR/CallSite.h
  include/llvm/IR/Intrinsics.td
  include/llvm/MC/MCContext.h
  lib/CodeGen/PrologEpilogInserter.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/WinEHPrepare.cpp
  lib/IR/Verifier.cpp
  lib/MC/MCContext.cpp
  lib/Target/X86/X86RegisterInfo.cpp
  test/CodeGen/WinEH/cppeh-catch-all.ll
  test/CodeGen/WinEH/cppeh-catch-scalar.ll
  test/CodeGen/WinEH/cppeh-frame-vars.ll
  test/CodeGen/WinEH/cppeh-inalloca.ll
  test/CodeGen/WinEH/cppeh-min-unwind.ll
  test/CodeGen/WinEH/cppeh-nonalloca-frame-values.ll
  test/CodeGen/X86/frameallocate.ll
  test/Verifier/frameallocate.ll
  test/Verifier/frameescape.ll

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8051.21164.patch
Type: text/x-patch
Size: 49532 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150304/38d72115/attachment.bin>


More information about the llvm-commits mailing list