diff options
author | Sam Elliott <aelliott@qti.qualcomm.com> | 2025-08-12 19:06:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-12 11:06:00 -0700 |
commit | 9b93ccbcbe34750136a06eef4dd23a59d42fe99e (patch) | |
tree | 8b436bdda6fca58dfbe37cd3a920262118f7d81e /clang/unittests/Interpreter/InterpreterTest.cpp | |
parent | c430e06fb58692d25284257c95ad77a33ed03438 (diff) | |
download | llvm-9b93ccbcbe34750136a06eef4dd23a59d42fe99e.zip llvm-9b93ccbcbe34750136a06eef4dd23a59d42fe99e.tar.gz llvm-9b93ccbcbe34750136a06eef4dd23a59d42fe99e.tar.bz2 |
[RISCV] Fix Immediate Check for Xqcibi UGT (#153141)
The check should be about unsigned 16-bit immediates, not signed ones.
This is not a bug per-se, as the old codegen was correct for the
uint16_max case, it just didn't end up using `qc.e.bgeui`, which we
would prefer it did.
Diffstat (limited to 'clang/unittests/Interpreter/InterpreterTest.cpp')
0 files changed, 0 insertions, 0 deletions