[all-commits] [llvm/llvm-project] 3c5e24: [SLP] Add tests showing over-eager SLP when scalar...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Aug 29 10:59:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c5e24a51ce072fd0083396dcf0ea107b1858d11
https://github.com/llvm/llvm-project/commit/3c5e24a51ce072fd0083396dcf0ea107b1858d11
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-08-29 (Mon, 29 Aug 2022)
Changed paths:
A llvm/test/Transforms/SLPVectorizer/AArch64/slp-fma-loss.ll
Log Message:
-----------
[SLP] Add tests showing over-eager SLP when scalar fma can be used.
Add test cases for AArch64 that show over-eager SLP vectorization on
AArch64, where keeping the things scalar allows efficient lowering using
scalar fmas.
More information about the All-commits
mailing list