[all-commits] [llvm/llvm-project] d21a35: [VP] Implementation of intrinsic and SDNode defini...

Hussain Kadhem via All-commits all-commits at lists.llvm.org
Thu Jul 1 04:35:42 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d21a35ac0a958fd4cff0b8f424a2706b8785b89d
      https://github.com/llvm/llvm-project/commit/d21a35ac0a958fd4cff0b8f424a2706b8785b89d
  Author: Hussain Kadhem <hussain at ibm.com>
  Date:   2021-07-01 (Thu, 01 Jul 2021)

  Changed paths:
    M llvm/include/llvm/CodeGen/SelectionDAGNodes.h
    M llvm/include/llvm/IR/IntrinsicInst.h
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/IR/VPIntrinsics.def
    M llvm/lib/IR/IntrinsicInst.cpp
    M llvm/unittests/IR/VPIntrinsicTest.cpp

  Log Message:
  -----------
  [VP] Implementation of intrinsic and SDNode definitions for VP load, store, gather, scatter.

This patch adds intrinsic definitions and SDNodes for predicated
load/store/gather/scatter, based on the work done in D57504.

Reviewed By: simoll, craig.topper

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




More information about the All-commits mailing list