[all-commits] [llvm/llvm-project] 0f9d29: [VP] getDeclarationForParams
Simon Moll via All-commits
all-commits at lists.llvm.org
Tue Jun 8 05:43:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0f9d299122f1223e93c54f10401a608f5d481314
https://github.com/llvm/llvm-project/commit/0f9d299122f1223e93c54f10401a608f5d481314
Author: Simon Moll <simon.moll at emea.nec.com>
Date: 2021-06-08 (Tue, 08 Jun 2021)
Changed paths:
M llvm/include/llvm/IR/IntrinsicInst.h
M llvm/lib/IR/IntrinsicInst.cpp
M llvm/unittests/IR/VPIntrinsicTest.cpp
Log Message:
-----------
[VP] getDeclarationForParams
`VPIntrinsic::getDeclarationForParams` creates a vp intrinsic
declaration for parameters you want to call it with. This is in
preparation of a new builder class that makes emitting vp intrinsic code
nearly as convenient as using a plain ir builder (aka `VectorBuilder`,
to be used by D99750).
Reviewed By: frasercrmck, craig.topper, vkmr
Differential Revision: https://reviews.llvm.org/D102686
More information about the All-commits
mailing list