[all-commits] [llvm/llvm-project] e41765: [RISCV] Verify consistency of a couple TSFlags rel...

Philip Reames via All-commits all-commits at lists.llvm.org
Thu Sep 22 08:35:48 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e41765aa4dc034ca582d2d1df7944c1c1b3a9ba7
      https://github.com/llvm/llvm-project/commit/e41765aa4dc034ca582d2d1df7944c1c1b3a9ba7
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2022-09-22 (Thu, 22 Sep 2022)

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

  Log Message:
  -----------
  [RISCV] Verify consistency of a couple TSFlags related to vector operands

Various bits of existing code assume the presence of one operand implies the presence of another.  Add verifier rules to catch violations.

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




More information about the All-commits mailing list