[all-commits] [llvm/llvm-project] a11509: [AArch64][GlobalISel] Scalarize i128/fp128 vector ...
David Green via All-commits
all-commits at lists.llvm.org
Tue Oct 8 00:50:26 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a11509c3b971132785024c830073fd11d14bd3fd
https://github.com/llvm/llvm-project/commit/a11509c3b971132785024c830073fd11d14bd3fd
Author: David Green <david.green at arm.com>
Date: 2024-10-08 (Tue, 08 Oct 2024)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/fptosi-sat-vector.ll
M llvm/test/CodeGen/AArch64/fptoui-sat-vector.ll
M llvm/test/CodeGen/AArch64/load.ll
M llvm/test/CodeGen/AArch64/store.ll
Log Message:
-----------
[AArch64][GlobalISel] Scalarize i128/fp128 vector loads/stores.
Similar to other operations, we should scalarize these to allow the individual
elements to legalize.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list