Files
clang-p2996/clang/lib/CodeGen/CodeGenFunction.h
Kerry McLaughlin 8f59c168a9 [AArch64][Clang] Refactor code to emit SVE & SME builtins (#70959)
This patch removes duplicated code in EmitAArch64SVEBuiltinExpr and
EmitAArch64SMEBuiltinExpr by creating a new function called
GetAArch64SVEProcessedOperands which handles splitting up multi-vector
arguments using vector extracts.

These changes are non-functional.
2023-11-02 15:47:37 +00:00

214 KiB