[all-commits] [llvm/llvm-project] dd7b69: [RISCV] Remove HadStdExtV and HasStdZve* Predicate...

Craig Topper via All-commits all-commits at lists.llvm.org
Thu Jan 20 12:56:39 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dd7b69a61fa382737f06ec36a133d6db645f4cb0
      https://github.com/llvm/llvm-project/commit/dd7b69a61fa382737f06ec36a133d6db645f4cb0
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-01-20 (Thu, 20 Jan 2022)

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

  Log Message:
  -----------
  [RISCV] Remove HadStdExtV and HasStdZve* Predicates from tablegen.

No instructions should be using these. Everything should use
HasVInstructions* Predicates. Remove them so that they can't be
used by accident.




More information about the All-commits mailing list