[llvm-branch-commits] [llvm] Add IR and codegen support for deactivation symbols. (PR #133536)
Florian Mayer via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Nov 24 19:08:48 PST 2025
================
@@ -1250,7 +1262,8 @@ EmitSpecialNode(SDNode *Node, bool IsClone, bool IsCloned,
llvm_unreachable("This target-independent node should have been selected!");
case ISD::EntryToken:
case ISD::MERGE_VALUES:
- case ISD::TokenFactor: // fall thru
+ case ISD::TokenFactor:
+ case ISD::DEACTIVATION_SYMBOL:
----------------
fmayer wrote:
nit: maybe keep the comment?
https://github.com/llvm/llvm-project/pull/133536
More information about the llvm-branch-commits
mailing list