[all-commits] [llvm/llvm-project] a7c0b7: [VP] Add more cast VPintrinsic and docs.
yanming123456 via All-commits
all-commits at lists.llvm.org
Thu Mar 31 18:17:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a7c0b7504ca946a9453417d340d5573a7f0b3ed1
https://github.com/llvm/llvm-project/commit/a7c0b7504ca946a9453417d340d5573a7f0b3ed1
Author: yanming <ming.yan at terapines.com>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M llvm/docs/LangRef.rst
M llvm/include/llvm/IR/Intrinsics.td
M llvm/include/llvm/IR/VPIntrinsics.def
M llvm/lib/IR/IntrinsicInst.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/test/Verifier/vp-intrinsics.ll
M llvm/unittests/IR/VPIntrinsicTest.cpp
Log Message:
-----------
[VP] Add more cast VPintrinsic and docs.
Add vp.fptoui, vp.uitofp, vp.fptrunc, vp.fpext, vp.trunc, vp.zext, vp.sext, vp.ptrtoint, vp.inttoptr intrinsic and docs.
Reviewed By: frasercrmck, craig.topper
Differential Revision: https://reviews.llvm.org/D122291
More information about the All-commits
mailing list