[all-commits] [llvm/llvm-project] 552988: SPIRV: Set NoPHIs property after selection

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Apr 23 13:14:27 PDT 2025


  Branch: refs/heads/users/arsenm/spirv/set-no-phis-after-select
  Home:   https://github.com/llvm/llvm-project
  Commit: 552988051b0b15ca3bb0c6b98f61af46db852c7f
      https://github.com/llvm/llvm-project/commit/552988051b0b15ca3bb0c6b98f61af46db852c7f
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-04-23 (Wed, 23 Apr 2025)

  Changed paths:
    M llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp

  Log Message:
  -----------
  SPIRV: Set NoPHIs property after selection

There should be no PHIs after selection, as OpPhi is used
instead. This hopefully avoids errors in #135277.


  Commit: 76f6ab8d5cc2274b2bf28ffa48e8747fd5470374
      https://github.com/llvm/llvm-project/commit/76f6ab8d5cc2274b2bf28ffa48e8747fd5470374
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-04-23 (Wed, 23 Apr 2025)

  Changed paths:
    M llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp

  Log Message:
  -----------
  SPIRV: Set NoPHIs property after rewriting them

There should be no PHIs after selection, as OpPhi is used
instead. This hopefully avoids errors in #135277.


  Commit: 090b461ac7eb7d14e8ec8e441426697954f11279
      https://github.com/llvm/llvm-project/commit/090b461ac7eb7d14e8ec8e441426697954f11279
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-04-23 (Wed, 23 Apr 2025)

  Changed paths:
    M llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp

  Log Message:
  -----------
  Revert "SPIRV: Set NoPHIs property after selection"

This reverts commit 552988051b0b15ca3bb0c6b98f61af46db852c7f.


Compare: https://github.com/llvm/llvm-project/compare/829c3649ae00...090b461ac7eb

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