[all-commits] [llvm/llvm-project] 54e8cf: [RISCV] Simplify some predicate functions in RISCV...

Craig Topper via All-commits all-commits at lists.llvm.org
Sun Jul 30 12:42:04 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 54e8cfe6d6d8add38056bf7e294c75f0d9ff3986
      https://github.com/llvm/llvm-project/commit/54e8cfe6d6d8add38056bf7e294c75f0d9ff3986
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-07-30 (Sun, 30 Jul 2023)

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

  Log Message:
  -----------
  [RISCV] Simplify some predicate functions in RISCVSubtarget.h. NFC

Remove some redundancy.

HasStdExtZve32f implies HasStdExtF
HasStdExtZve64d implies HasStdExtD
HasStdExtZvfbfwma implies HasStdExtZvfbfmin




More information about the All-commits mailing list