[all-commits] [llvm/llvm-project] 7a715b: [VP] Add support for vp.inttoptr & vp.ptrtoint

inclyc via All-commits all-commits at lists.llvm.org
Thu Nov 17 18:43:12 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a715bf317d09264557415f6ed1d9fe930c1c2cd
      https://github.com/llvm/llvm-project/commit/7a715bf317d09264557415f6ed1d9fe930c1c2cd
  Author: YingChi Long <me at inclyc.cn>
  Date:   2022-11-18 (Fri, 18 Nov 2022)

  Changed paths:
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    A llvm/test/CodeGen/RISCV/rvv/fixed-vector-inttoptr-ptrtoint.ll

  Log Message:
  -----------
  [VP] Add support for vp.inttoptr & vp.ptrtoint

Add vp.inttoptr & vp.ptrtoint support by lowering them into
vp.zext / vp.truncate with in SelectionDAGBuilder.

Reviewed By: craig.topper

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




More information about the All-commits mailing list