diff options
author | Sudharsan Veeravalli <quic_svs@quicinc.com> | 2025-04-05 08:23:54 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-05 08:23:54 +0530 |
commit | d59594d697c4b1f0f44a4e9ee296543a88575178 (patch) | |
tree | 8ec3ea4285e54801326bbdcd68e748d49b095eff /clang/lib/Basic/SourceManager.cpp | |
parent | 1f72fa29ecb4b283f449c8bf931fcaf0fa1069ee (diff) | |
download | llvm-d59594d697c4b1f0f44a4e9ee296543a88575178.zip llvm-d59594d697c4b1f0f44a4e9ee296543a88575178.tar.gz llvm-d59594d697c4b1f0f44a4e9ee296543a88575178.tar.bz2 |
[RISCV] Relax out of range Xqcibi conditional branches (#134336)
If .L1 is not within +-4KiB range,
convert
qc.(e.)bge a0, 10, .L1
to
qc.(e.)blt a0, 10, 8(10)
j .L1
This is similar to what is done for the RISCV conditional branches.
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions