[PATCH] D115199: [WIP][X86][AMX] Support amxpreserve attribute in clang.

2021-12-08 Thread LuoYuanke via Phabricator via cfe-commits
LuoYuanke updated this revision to Diff 393012. LuoYuanke added a comment. Herald added a subscriber: martong. Updating D115199 : [WIP][X86][AMX] Support amxpreserve attribute in clang. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://

[PATCH] D115199: [WIP][X86][AMX] Support amxpreserve attribute in clang.

2021-12-07 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman added inline comments. Comment at: clang/include/clang/Basic/Attr.td:2895 +def AMXPreserve : InheritableAttr, TargetSpecificAttr { + let Spellings = [GCC<"amxpreserve">, Declspec<"amxpreserve">]; Inherited on what? This attribute needs a `Subject