[all-commits] [llvm/llvm-project] cbfeec: [Assignment Tracking][NFC] Reduce work done in fra...

Orlando Cazalet-Hyams via All-commits all-commits at lists.llvm.org
Wed Mar 29 05:23:14 PDT 2023


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

  Changed paths:
    M llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp

  Log Message:
  -----------
  [Assignment Tracking][NFC] Reduce work done in fragment overlap calculation

Only calculate fragment overlaps for partially stack homed variables. This
filter is already applied to the rest of the analysis - this change simply
prevents some unnecessary work.

Reviewed By: jmorse

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




More information about the All-commits mailing list