[all-commits] [llvm/llvm-project] e5132d: [Assignment Tracking] Don't run declare-to-assign ...

Orlando Cazalet-Hyams via All-commits all-commits at lists.llvm.org
Wed Mar 29 04:58:17 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e5132d70ff3a8fc6bc6733fe56f06765962c0279
      https://github.com/llvm/llvm-project/commit/e5132d70ff3a8fc6bc6733fe56f06765962c0279
  Author: OCHyams <orlando.hyams at sony.com>
  Date:   2023-03-29 (Wed, 29 Mar 2023)

  Changed paths:
    M llvm/lib/IR/DebugInfo.cpp
    A llvm/test/DebugInfo/Generic/assignment-tracking/optnone.ll

  Log Message:
  -----------
  [Assignment Tracking] Don't run declare-to-assign on functions marked optnone

Assignment tracking doesn't add value when optimisations are disabled - don't
apply it to functions marked optnone.

Reviewed By: jryans

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




More information about the All-commits mailing list