[all-commits] [llvm/llvm-project] 8430b8: [RISCV] Drop notion of "strict" vsetvli compatibility

Fraser Cormack via All-commits all-commits at lists.llvm.org
Tue May 17 07:37:11 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8430b827419534cbd0c6ade12abea1d00a033eba
      https://github.com/llvm/llvm-project/commit/8430b827419534cbd0c6ade12abea1d00a033eba
  Author: Fraser Cormack <fraser at codeplay.com>
  Date:   2022-05-17 (Tue, 17 May 2022)

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

  Log Message:
  -----------
  [RISCV] Drop notion of "strict" vsetvli compatibility

With recent fixes to the dataflow in place, we now never pass
Strict=true to isCompatible, so remove the parameter completely.

Reviewed By: reames

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




More information about the All-commits mailing list