diff options
author | Sander de Smalen <sander.desmalen@arm.com> | 2024-01-19 16:02:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-19 16:02:24 +0000 |
commit | 40a631f452726606e1d43b5d2744aa983949af78 (patch) | |
tree | b15643b2623beab05e079817e7cab57c21b14bf3 /lldb/packages/Python/lldbsuite/test/lldbtest.py | |
parent | e89a7c41ba2d94866157056a88cfc083fa9d9cb5 (diff) | |
download | llvm-40a631f452726606e1d43b5d2744aa983949af78.zip llvm-40a631f452726606e1d43b5d2744aa983949af78.tar.gz llvm-40a631f452726606e1d43b5d2744aa983949af78.tar.bz2 |
[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).
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
0 files changed, 0 insertions, 0 deletions