[all-commits] [llvm/llvm-project] 175e0d: [MachineLateInstrsCleanup] Minor fixing (NFC). (#1...

Jonas Paulsson via All-commits all-commits at lists.llvm.org
Tue Nov 26 16:42:04 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 175e0dd4223b7678f660519a9342282e8b226093
      https://github.com/llvm/llvm-project/commit/175e0dd4223b7678f660519a9342282e8b226093
  Author: Jonas Paulsson <paulson1 at linux.ibm.com>
  Date:   2024-11-27 (Wed, 27 Nov 2024)

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

  Log Message:
  -----------
  [MachineLateInstrsCleanup] Minor fixing (NFC). (#117816)

With cb57b7a7, MachineLateInstrsCleanup switched to using a map to keep
track of kill flags to remedy compile time regressions seen with huge
functions. It seems that the comment above clearKillsForDef() became stale with
that commit, and also that one of the arguments to it became unused,
both of which this patch fixes.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list