[all-commits] [llvm/llvm-project] 686ec7: [AArch64][GlobalISel] Legalize G_STORE for v4s8 ve...
chuongg3 via All-commits
all-commits at lists.llvm.org
Wed Feb 28 02:26:54 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 686ec7c2e9638d5b96d922886827a532d339856d
https://github.com/llvm/llvm-project/commit/686ec7c2e9638d5b96d922886827a532d339856d
Author: chuongg3 <chuong.goh at arm.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/store.ll
Log Message:
-----------
[AArch64][GlobalISel] Legalize G_STORE for v4s8 vector (#82498)
Lowers `G_STORE v4s8, ptr` into
`s32 = G_BITCAST v4s8`
`G_STORE s32, ptr`
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