[all-commits] [llvm/llvm-project] 829c36: SPIRV: Set NoPHIs property after selection
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Apr 18 10:02:33 PDT 2025
Branch: refs/heads/users/arsenm/spirv/set-no-phis-after-select
Home: https://github.com/llvm/llvm-project
Commit: 829c3649ae00f233e3ceb64a9951783e8eb7e4a8
https://github.com/llvm/llvm-project/commit/829c3649ae00f233e3ceb64a9951783e8eb7e4a8
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-04-18 (Fri, 18 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.
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