[all-commits] [llvm/llvm-project] 6c45b0: [RISCV] Refactor to reduce some duplication in RIS...

Craig Topper via All-commits all-commits at lists.llvm.org
Mon Aug 7 09:52:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c45b0f603ec23295e9774ccb4ef2c0ce9b75422
      https://github.com/llvm/llvm-project/commit/6c45b0f603ec23295e9774ccb4ef2c0ce9b75422
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-08-07 (Mon, 07 Aug 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrInfoV.td

  Log Message:
  -----------
  [RISCV] Refactor to reduce some duplication in RISCVInstrInfoV.td. NFC

We had some load/store patterns split because EEW=64 needed a different
predicate. Refactor where the foreach is place and use the foreach value
to pick the predicate.

Reviewed By: wangpc

Differential Revision: https://reviews.llvm.org/D157176




More information about the All-commits mailing list