[all-commits] [llvm/llvm-project] 4210e4: [RISCV][NFC] Remove redundant defvar in SiFive7 Sc...

Min-Yih Hsu via All-commits all-commits at lists.llvm.org
Thu Feb 12 13:23:21 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4210e4c76a5c19e1a8178e37af257c65c220eb4c
      https://github.com/llvm/llvm-project/commit/4210e4c76a5c19e1a8178e37af257c65c220eb4c
  Author: Min-Yih Hsu <min.hsu at sifive.com>
  Date:   2026-02-12 (Thu, 12 Feb 2026)

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

  Log Message:
  -----------
  [RISCV][NFC] Remove redundant defvar in SiFive7 SchedModel (#181218)

The defvar `SiFive7VA` inside `SiFive7SchedResources` is never used.
More surprisingly, `NAME # SiFive7VA` -- the record it's supposed to
point at -- is not even _defined_ when there are two VALUs (i.e.
`dualVALU` is true). But I guess since that defvar is never used,
TableGen parser simply ignores it and thus we never saw any error
message.

NFC.



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