diff options
author | Sudharsan Veeravalli <quic_svs@quicinc.com> | 2025-07-21 12:03:55 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-21 12:03:55 +0530 |
commit | 84e689b1db02be1687c3093d66ace913250780bd (patch) | |
tree | e41aae0d633bc295239d69cdc957a487506b51c3 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 3813567e08e202280546dd9fd5ae891d067cbda9 (diff) | |
download | llvm-84e689b1db02be1687c3093d66ace913250780bd.zip llvm-84e689b1db02be1687c3093d66ace913250780bd.tar.gz llvm-84e689b1db02be1687c3093d66ace913250780bd.tar.bz2 |
[RISCV] Swap source register operands in QC_SHLADD ISEL patterns (#149697)
The instruction does `rd = (rs1 << shamt) + rs2` but the ISEL patterns
had `rs1` and `rs2` the other way around which is incorrect.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions