[all-commits] [llvm/llvm-project] 23324b: [RISCV] Move checking for constant 3/4 for XTHeadM...

Craig Topper via All-commits all-commits at lists.llvm.org
Thu Apr 17 21:04:19 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 23324b8b109aed1f77cb20cef476b795f33b6835
      https://github.com/llvm/llvm-project/commit/23324b8b109aed1f77cb20cef476b795f33b6835
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2025-04-17 (Thu, 17 Apr 2025)

  Changed paths:
    M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
    M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfoXTHead.td
    M llvm/test/MC/RISCV/rv32xtheadmempair-invalid.s

  Log Message:
  -----------
  [RISCV] Move checking for constant 3/4 for XTHeadMemPair to the instruction matching stage. (#136165)

This removes a special case from processInstruction and removes an
untested range diagnostic we would print if the constant didn't fit in 3
bits.



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