diff options
author | Owen Anderson <resistor@mac.com> | 2025-10-04 22:45:13 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-04 22:45:13 +0900 |
commit | f3703f36ee5cf09b0fe86a25270d5923deb43788 (patch) | |
tree | 8b924f380be711ea6595c17ffc14a80815f087b8 /lldb/test/API/tools/lldb-dap/module | |
parent | e9330fd244f93c53b13a876769fe9555913e6028 (diff) | |
download | llvm-main.zip llvm-main.tar.gz llvm-main.tar.bz2 |
[TableGen] Look up registers directly in the CodeGenRegBank in CompressInstEmitter, rather than indirecting via the name. (#161853)HEADmain
The previous code was subtly incorrect, as it indexed the RegistersByName map using the tblgen Def name of the register, rather than the AsmName with which the table was initialized. But all of this indirection via the name was unnecessary.
Diffstat (limited to 'lldb/test/API/tools/lldb-dap/module')
0 files changed, 0 insertions, 0 deletions