Commit 40a631f
authored
[Clang] Refactor diagnostics for SME builtins. (#78258)
The arm_sme.td file was still using `IsSharedZA` and `IsPreservesZA`,
which should be changed to match the new state attributes added in
#76971.
This patch adds `IsInZA`, `IsOutZA` and `IsInOutZA` as the state for the
Clang builtins and fixes up the code in SemaChecking and SveEmitter to
match.
Note that the code is written in such a way that it can be easily
extended with ZT0 state (to follow in a future patch).1 parent e89a7c4 commit 40a631f
File tree
5 files changed
+329
-319
lines changed- clang
- include/clang/Basic
- lib/Sema
- test/Sema
- utils/TableGen
5 files changed
+329
-319
lines changed
0 commit comments