diff options
author | Jim Lin <jim@andestech.com> | 2025-04-16 10:16:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-16 10:16:31 +0800 |
commit | 0439a4eca78fa1e3aa45b49ff349c3da4fb02f48 (patch) | |
tree | 389fdd43a6e3ac234cc9a1cf1806c01f9ae7402d /clang/lib/AST/ByteCode/Program.cpp | |
parent | e4f2191f568db718ed67defa664f83f763e7e74a (diff) | |
download | llvm-0439a4eca78fa1e3aa45b49ff349c3da4fb02f48.zip llvm-0439a4eca78fa1e3aa45b49ff349c3da4fb02f48.tar.gz llvm-0439a4eca78fa1e3aa45b49ff349c3da4fb02f48.tar.bz2 |
[RISCV] Add new CondCode COND_CV_BEQIMM/COND_CV_BNEIMM for CV immediate branch (#135771)
If there is another branch instruction also with immediate operand, but
it is used to specify which bit to be tested is set or clear. We only
check whether operand2 is immediate or not here. There are no way to
distinguish between them.
So add new CondCode COND_CV_BEQIMM/COND_CV_BNEIMM that we can know what
kinds of immediate branch instruction are matched in Select_* Pseudo.
Diffstat (limited to 'clang/lib/AST/ByteCode/Program.cpp')
0 files changed, 0 insertions, 0 deletions