[all-commits] [llvm/llvm-project] 950bc6: [LoopFuse] Change placeholder from `undef` to `poi...

Pedro Lobo via All-commits all-commits at lists.llvm.org
Sun Mar 16 15:45:00 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 950bc6cd77455b1ec1679cf9f125055e2de1910f
      https://github.com/llvm/llvm-project/commit/950bc6cd77455b1ec1679cf9f125055e2de1910f
  Author: Pedro Lobo <pedro.lobo at tecnico.ulisboa.pt>
  Date:   2025-03-16 (Sun, 16 Mar 2025)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LoopFuse.cpp

  Log Message:
  -----------
  [LoopFuse] Change placeholder from `undef` to `poison` (#131535)

Use `poison` instead of `undef` as a placeholder for phi entries of
unreachable predecessors.



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