[all-commits] [llvm/llvm-project] f3b8ae: [AArch64] Added tests for inserting scalar result ...
Nilanjana Basu via All-commits
all-commits at lists.llvm.org
Sun Feb 26 23:12:39 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f3b8aef242ed6e5ac5494b302ea38d285bf6dfce
https://github.com/llvm/llvm-project/commit/f3b8aef242ed6e5ac5494b302ea38d285bf6dfce
Author: Nilanjana Basu <n_basu at apple.com>
Date: 2023-02-26 (Sun, 26 Feb 2023)
Changed paths:
A llvm/test/CodeGen/AArch64/aarch64-neon-vector-insert-uaddlv.ll
A llvm/test/CodeGen/AArch64/peephole-insvigpr.mir
Log Message:
-----------
[AArch64] Added tests for inserting scalar result of uaddlv neon instrinsic function into a vector
Inserting scalar result of 'uaddlv' neon intrinsic function to a destination vector currently makes use of the integer unit. Subsequent patches will eliminate the redundant use of the integer registers in a more generic way that will include this special case. This is an initial set of tests for this functionality.
Differential Revision: https://reviews.llvm.org/D143038
More information about the All-commits
mailing list