[all-commits] [llvm/llvm-project] 5f6215: [VP] Introducing VectorBuilder, the VP intrinsic b...

Simon Moll via All-commits all-commits at lists.llvm.org
Mon Mar 7 01:03:23 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5f62156762d45f53fa70446c718813f9f9a099e5
      https://github.com/llvm/llvm-project/commit/5f62156762d45f53fa70446c718813f9f9a099e5
  Author: Simon Moll <simon.moll at emea.nec.com>
  Date:   2022-03-07 (Mon, 07 Mar 2022)

  Changed paths:
    A llvm/include/llvm/IR/VectorBuilder.h
    M llvm/include/llvm/module.modulemap
    M llvm/lib/IR/CMakeLists.txt
    A llvm/lib/IR/VectorBuilder.cpp
    M llvm/unittests/IR/CMakeLists.txt
    A llvm/unittests/IR/VectorBuilderTest.cpp

  Log Message:
  -----------
  [VP] Introducing VectorBuilder, the VP intrinsic builder

VectorBuilder wraps around an IRBuilder and
VectorBuilder::createVectorInstructions emits VP intrinsics as if they
were regular instructions.

Reviewed By: craig.topper

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




More information about the All-commits mailing list