This revision was automatically updated to reflect the committed changes.
Closed by commit rG3cb8b4c193c1: [SveEmitter] Add builtins for SVE2 Polynomial
arithmetic (authored by sdesmalen).
Herald added a project: clang.
Changed prior to commit:
https://reviews.llvm.org/D79480?vs=262341&id=26260
sdesmalen marked an inline comment as done.
sdesmalen added inline comments.
Comment at: clang/lib/CodeGen/CGBuiltin.cpp:7813
+ llvm::ScalableVectorType *Ty = getSVEType(TypeFlags);
+ return Builder.CreateBitCast(Call, Ty);
+}
efriedma wrote:
> Please add a FIX
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM with one minor comment
Comment at: clang/lib/CodeGen/CGBuiltin.cpp:7813
+ llvm::ScalableVectorType *Ty = getSVEType(TypeFlags);
+ return Builder.CreateBitCast(Call
sdesmalen created this revision.
sdesmalen added reviewers: SjoerdMeijer, efriedma.
Herald added a subscriber: tschuett.
Herald added a reviewer: rengolin.
This patch adds builtins for:
- sveorbt
- sveortb
- svpmul
- svpmullb, svpmullb_pair
- svpmullt, svpmullt_pair
The svpmullb and svpmullt bui