Skip to content

Commit 08fefc9

Browse files
- Removed incorrect tests added for multi-vector sub
1 parent 3c770ac commit 08fefc9

File tree

2 files changed

+0
-525
lines changed

2 files changed

+0
-525
lines changed

clang/lib/CodeGen/CodeGenFunction.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4298,10 +4298,6 @@ class CodeGenFunction : public CodeGenTypeCache {
42984298
/// for struct of scalable vectors if a function returns struct.
42994299
llvm::Value *FormSVEBuiltinResult(llvm::Value *Call);
43004300

4301-
void GetAArch64SVEProcessedOperands(unsigned BuiltinID, const CallExpr *E,
4302-
SmallVectorImpl<llvm::Value *> &Ops,
4303-
SVETypeFlags TypeFlags);
4304-
43054301
llvm::Value *EmitAArch64SVEBuiltinExpr(unsigned BuiltinID, const CallExpr *E);
43064302

43074303
llvm::Value *EmitSMELd1St1(const SVETypeFlags &TypeFlags,

0 commit comments

Comments
 (0)