[all-commits] [llvm/llvm-project] 03b9f0: Ignore "no-frame-pointer-elim" and "no-frame-point...

Fangrui Song via All-commits all-commits at lists.llvm.org
Mon Dec 30 09:48:04 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 03b9f0a5e19aa68fb0a82d80e409333db7ee511c
      https://github.com/llvm/llvm-project/commit/03b9f0a5e19aa68fb0a82d80e409333db7ee511c
  Author: Fangrui Song <maskray at google.com>
  Date:   2019-12-30 (Mon, 30 Dec 2019)

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

  Log Message:
  -----------
  Ignore "no-frame-pointer-elim" and "no-frame-pointer-elim-non-leaf" in favor of "frame-pointer"

D56351 (included in LLVM 8.0.0) introduced "frame-pointer".  All tests
which use "no-frame-pointer-elim" or "no-frame-pointer-elim-non-leaf"
have been migrated to use "frame-pointer".

Implement UpgradeFramePointerAttributes to upgrade the two obsoleted
function attributes for bitcode. Their semantics are ignored.

Differential Revision: https://reviews.llvm.org/D71863




More information about the All-commits mailing list