[PATCH] D71863: Ignore "no-frame-pointer-elim" and "no-frame-pointer-elim-non-leaf" in favor of "frame-pointer"

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 25 11:51:51 PST 2019


MaskRay updated this revision to Diff 235292.
MaskRay edited the summary of this revision.
MaskRay added a comment.

Implement UpgradeFramePointerAttributes to upgrade the two obsoleted function attributes for bitcode.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71863/new/

https://reviews.llvm.org/D71863

Files:
  llvm/docs/ReleaseNotes.rst
  llvm/include/llvm/IR/AutoUpgrade.h
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/CodeGen/TargetOptionsImpl.cpp
  llvm/lib/IR/AutoUpgrade.cpp
  llvm/test/Bitcode/upgrade-frame-pointer.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71863.235292.patch
Type: text/x-patch
Size: 5265 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191225/273e0be4/attachment.bin>


More information about the llvm-commits mailing list