[all-commits] [llvm/llvm-project] 27d996: [RISCV] Remove Change field from BlockData in RISC...

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Aug 29 13:47:31 PDT 2023


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

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp

  Log Message:
  -----------
  [RISCV] Remove Change field from BlockData in RISCVInsertVSETVLI. NFC

In practice, this field is only used a return value from
computeVLVTYPEChanges. Add a reference parameter to
computeVLVTYPEChanges to return its info.

Reviewed By: reames

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




More information about the All-commits mailing list