[all-commits] [llvm/llvm-project] 9548af: [AArch64] NFC: Merge addTypeForStreamingSVE and ad...
sdesmalen-arm via All-commits
all-commits at lists.llvm.org
Fri Mar 10 07:10:14 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9548af05d2934b75fd5fb43d508fa935f1aa43d3
https://github.com/llvm/llvm-project/commit/9548af05d2934b75fd5fb43d508fa935f1aa43d3
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2023-03-10 (Fri, 10 Mar 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
Log Message:
-----------
[AArch64] NFC: Merge addTypeForStreamingSVE and addTypeForFixedLengthSVE
The two functions are basically identical, with a few minor exceptions.
They've been merged into a single function that distinguishes based on
a 'bool StreamingSVE' argument.
More information about the All-commits
mailing list