diff options
author | Emma Pilkington <emma.pilkington95@gmail.com> | 2024-05-07 07:38:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 07:38:58 -0400 |
commit | dcc7ef3ce87d7ea1ed9e64bb91e3bb2026df9644 (patch) | |
tree | 4c7cace7d1570fd04e8d2546b4ec48892e848237 /clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp | |
parent | 97dd8e3c4f38ef345b01fbbf0a2052c7875ff7e0 (diff) | |
download | llvm-dcc7ef3ce87d7ea1ed9e64bb91e3bb2026df9644.zip llvm-dcc7ef3ce87d7ea1ed9e64bb91e3bb2026df9644.tar.gz llvm-dcc7ef3ce87d7ea1ed9e64bb91e3bb2026df9644.tar.bz2 |
[AMDGPU][MC] Disable sendmsg SYSMSG_OP_HOST_TRAP_ACK on gfx9+ (#90203)
This is no longer supported as of gfx9. Fixes #52903
This commit also includes some refactoring of sendmsg operand parsing:
- Use CustomOperand for sendmsg operations, this allows them to be
conditionally available based on a STI check (and automatically in
sync with SIDefines.h).
- Move CustomOperand table lookups from AMDGPUBaseInfo to
AMDGPUAsmUtils. This cleans up an awkward interface where
AMDGPUAsmUtils defined a table/size as globals that AMDGPUBaseInfo
had to loop over.
- Clean up a few of the operand lookup functions while moving them.
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp')
0 files changed, 0 insertions, 0 deletions