From 004f6e30b5df3a3df2c26fe5c4a5e78c49f71166 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 9 Nov 2022 19:19:17 -0800 Subject: Add `[ForwardDerivativeOf]` attribute. (#2501) * Add [ForwardDerivativeOf] attribute. * Fix handling around phi nodes. * Fixes. * Remove IR opcode for ForwardDerivativeOfDecoration. Co-authored-by: Yong He --- source/slang/core.meta.slang | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/slang/core.meta.slang') diff --git a/source/slang/core.meta.slang b/source/slang/core.meta.slang index a37124bdc..e1eb9c776 100644 --- a/source/slang/core.meta.slang +++ b/source/slang/core.meta.slang @@ -2858,9 +2858,6 @@ attribute_syntax [anyValueSize(size:int)] : AnyValueSizeAttribute; __attributeTarget(InterfaceDecl) attribute_syntax [Specialize] : SpecializeAttribute; -__attributeTarget(DeclBase) -attribute_syntax [DerivativeMember(memberName)] : DerivativeMemberAttribute; - __attributeTarget(DeclBase) attribute_syntax [builtin] : BuiltinAttribute; -- cgit v1.2.3