[all-commits] [llvm/llvm-project] da5fb4: [Clang][SPIR-V] Fix convergence tokens for dtor (#...
Nathan Gauër via All-commits
all-commits at lists.llvm.org
Tue Apr 1 02:03:53 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: da5fb4213ff210f0d49c4ec837b72997cb9e69f5
https://github.com/llvm/llvm-project/commit/da5fb4213ff210f0d49c4ec837b72997cb9e69f5
Author: Nathan Gauër <brioche at google.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M clang/lib/CodeGen/CGDeclCXX.cpp
M clang/test/CodeGenHLSL/GlobalDestructors.hlsl
Log Message:
-----------
[Clang][SPIR-V] Fix convergence tokens for dtor (#133469)
Destructor calls were emitted without convergence intrinsics when building for SPIR-V, which means invalid IR since we
mixed controlled and non-controlled convergence.
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