diff options
author | Sudharsan Veeravalli <quic_svs@quicinc.com> | 2025-03-05 19:38:40 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-05 19:38:40 +0530 |
commit | 6262d67446474c29a3a03544fff9b2109b7274da (patch) | |
tree | 03c1a7dccad1ffc0690642bc96cca501a8506ed0 /lldb/source/Commands/CommandObjectMemory.cpp | |
parent | 0228b778a45ca6a45c6efeae6c820b0e3f186282 (diff) | |
download | llvm-6262d67446474c29a3a03544fff9b2109b7274da.zip llvm-6262d67446474c29a3a03544fff9b2109b7274da.tar.gz llvm-6262d67446474c29a3a03544fff9b2109b7274da.tar.bz2 |
[RISCV] Check subtarget feature in getBrCond (#129859)
The function currently only checks to see if we compare against an
immediate before selecting the two branch immediate instructions that
are a part of the XCVbi vendor extension. This works at the moment since
there are no other extensions that have a branch immediate instruction.
It would be better if we explicitly check if the XCVbi extension is enabled
before returning the appropriate instruction.
This is also done in preparation for the branch immediate instructions
that are a part of the Xqcibi vendor extension from Qualcomm.
Diffstat (limited to 'lldb/source/Commands/CommandObjectMemory.cpp')
0 files changed, 0 insertions, 0 deletions