[all-commits] [llvm/llvm-project] 267711: [RISCV] Fix support of vlen = 64.

Jianjian Guan via All-commits all-commits at lists.llvm.org
Wed Jan 26 00:31:50 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 267711e38bc7522abd2488a76e998a3a494d51d6
      https://github.com/llvm/llvm-project/commit/267711e38bc7522abd2488a76e998a3a494d51d6
  Author: jacquesguan <Jianjian.Guan at streamcomputing.com>
  Date:   2022-01-26 (Wed, 26 Jan 2022)

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

  Log Message:
  -----------
  [RISCV] Fix support of vlen = 64.

In the Zve* extensions, the vlen could be 64. This patch change the vlen constraint of low bound to 64.

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




More information about the All-commits mailing list