[all-commits] [llvm/llvm-project] 7a2c8b: [RISCV] Define vleff intrinsics.

Zakk Chen via All-commits all-commits at lists.llvm.org
Mon Dec 21 22:10:04 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a2c8be641ded68b3424b46dbf47f2879a9eaa2e
      https://github.com/llvm/llvm-project/commit/7a2c8be641ded68b3424b46dbf47f2879a9eaa2e
  Author: Zakk Chen <zakk.chen at sifive.com>
  Date:   2020-12-21 (Mon, 21 Dec 2020)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsRISCV.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
    A llvm/test/CodeGen/RISCV/rvv/vleff-rv32.ll
    A llvm/test/CodeGen/RISCV/rvv/vleff-rv64.ll

  Log Message:
  -----------
  [RISCV] Define vleff intrinsics.

Define vleff intrinsics and lower to V instructions.

We work with @rogfer01 from BSC to come out this patch.

Authored-by: Roger Ferrer Ibanez <rofirrim at gmail.com>
Co-Authored-by: Zakk Chen <zakk.chen at sifive.com>

Reviewed By: craig.topper

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




More information about the All-commits mailing list