[all-commits] [llvm/llvm-project] bc6799: [RISCV] Add separate MxList tablegen classes for w...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri May 28 14:06:50 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bc6799f2f79f0ae87e9f1ebf9d25ba799fbd25a9
      https://github.com/llvm/llvm-project/commit/bc6799f2f79f0ae87e9f1ebf9d25ba799fbd25a9
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-05-28 (Fri, 28 May 2021)

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

  Log Message:
  -----------
  [RISCV] Add separate MxList tablegen classes for widening/narrowing and sext.zext.vf2/4/8. NFC

This is cleaner than slicing the MxList to remove elements from
the beginning or end since that requires hardcoding the size.

I don't expect the size of the list to change, but we shouldn't
repeat it in multiple places.




More information about the All-commits mailing list