[all-commits] [llvm/llvm-project] 1f44ae: [AArch64] Protect against v3i64->v3i8 truncates in...
David Green via All-commits
all-commits at lists.llvm.org
Sat Jun 6 06:15:17 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f44aeb56183e87547c752b27c879fd1c0299593
https://github.com/llvm/llvm-project/commit/1f44aeb56183e87547c752b27c879fd1c0299593
Author: David Green <david.green at arm.com>
Date: 2026-06-06 (Sat, 06 Jun 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/CodeGen/AArch64/vec3-loads-ext-trunc-stores.ll
Log Message:
-----------
[AArch64] Protect against v3i64->v3i8 truncates in combineI8TruncStore (#202039)
We were previously creating invalid bitcasts, protect against that by
making
sure that the type is legal.
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