[all-commits] [llvm/llvm-project] 1c43aa: [RISCV] Kill off redundant field XLenVT [nfc]

Philip Reames via All-commits all-commits at lists.llvm.org
Thu Aug 31 11:20:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1c43aa44d8bb7c62fb8ae703e671367a54a37da5
      https://github.com/llvm/llvm-project/commit/1c43aa44d8bb7c62fb8ae703e671367a54a37da5
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2023-08-31 (Thu, 31 Aug 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVSubtarget.cpp
    M llvm/lib/Target/RISCV/RISCVSubtarget.h

  Log Message:
  -----------
  [RISCV] Kill off redundant field XLenVT [nfc]

We're already tracking XLen, we can compute XLenVt from that.  Note that XLen itself should probably be driven from IsRV64 (the processor flag), but I'm leaving that to a separate change (with review).




More information about the All-commits mailing list