[all-commits] [llvm/llvm-project] e119a9: [AArch64][SME]: Add precursory tests for D138309
hassnaaHamdi via All-commits
all-commits at lists.llvm.org
Thu Nov 24 09:11:41 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e119a93d4e471d848747baafe88d0d16328c7490
https://github.com/llvm/llvm-project/commit/e119a93d4e471d848747baafe88d0d16328c7490
Author: Hassnaa Hamdi <hassnaa.hamdi at arm.com>
Date: 2022-11-24 (Thu, 24 Nov 2022)
Changed paths:
A llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-reduce.ll
A llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-reduce.ll
Log Message:
-----------
[AArch64][SME]: Add precursory tests for D138309
Add testing files:
- int-reduce.ll
- fp-reduce.ll
Commit: 5cc696324549f79ab821aca362b52715c5853af9
https://github.com/llvm/llvm-project/commit/5cc696324549f79ab821aca362b52715c5853af9
Author: Hassnaa Hamdi <hassnaa.hamdi at arm.com>
Date: 2022-11-24 (Thu, 24 Nov 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-reduce.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-reduce.ll
Log Message:
-----------
[AArch64][SME]: Generate streaming-compatible code for int-reduce, fp-reduce
1- To generate code compatible to streaming mode:
- enable custom lowering for VECREDUCE_(smin, smax, umin, umax, add, fadd).
Differential Revision: https://reviews.llvm.org/D138309
Compare: https://github.com/llvm/llvm-project/compare/d75bd5e8bb62...5cc696324549
More information about the All-commits
mailing list