[all-commits] [llvm/llvm-project] 390fbe: [RISCV] Use Predicates instead of Added Complexity...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Jul 11 22:35:15 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 390fbe664c8549b8015203eb2d0042cafe223676
      https://github.com/llvm/llvm-project/commit/390fbe664c8549b8015203eb2d0042cafe223676
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2025-07-11 (Fri, 11 Jul 2025)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVFeatures.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td

  Log Message:
  -----------
  [RISCV] Use Predicates instead of Added Complexity to prefer QC_SELECTEQI over QC_MVEQI. NFC (#148312)

IMHO AddedComplexity should be used as a last resort. We should use
other mechanism like Predicates and PatFrag predicates to give priority.



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