[all-commits] [llvm/llvm-project] 3b8ec0: [RISCV] Remove some unused Predicates from tablege...

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Sep 21 18:28:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3b8ec0fde5dfe4c9938b2885969a3ef8f41c5f9f
      https://github.com/llvm/llvm-project/commit/3b8ec0fde5dfe4c9938b2885969a3ef8f41c5f9f
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-09-21 (Wed, 21 Sep 2022)

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

  Log Message:
  -----------
  [RISCV] Remove some unused Predicates from tablegen. NFC

Specifically predicates for extensions that are subsets of other
extensions. These predicates should never be used. Should always
check the superset extension or the superset ORed with the sub extendsion.




More information about the All-commits mailing list