[all-commits] [llvm/llvm-project] 84e689: [RISCV] Swap source register operands in QC_SHLADD...

Sudharsan Veeravalli via All-commits all-commits at lists.llvm.org
Sun Jul 20 23:34:16 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 84e689b1db02be1687c3093d66ace913250780bd
      https://github.com/llvm/llvm-project/commit/84e689b1db02be1687c3093d66ace913250780bd
  Author: Sudharsan Veeravalli <quic_svs at quicinc.com>
  Date:   2025-07-21 (Mon, 21 Jul 2025)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td
    M llvm/test/CodeGen/RISCV/xqciac.ll

  Log Message:
  -----------
  [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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list