[all-commits] [llvm/llvm-project] a33ae1: [LiveRangeCalc] Fix isJointlyDominated (#116020)

Jay Foad via All-commits all-commits at lists.llvm.org
Wed Nov 13 05:37:10 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a33ae1b7df82d7d714156ad050c0b99545fad497
      https://github.com/llvm/llvm-project/commit/a33ae1b7df82d7d714156ad050c0b99545fad497
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2024-11-13 (Wed, 13 Nov 2024)

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

  Log Message:
  -----------
  [LiveRangeCalc] Fix isJointlyDominated (#116020)

Check that every path from the entry block to the use block passes
through at least one def block. Previously we only checked that at least
one path passed through a def block.



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