[all-commits] [llvm/llvm-project] c26002: [AArch64] NFC: Fix broken test sve-fixed-ld2-alloc...
sdesmalen-arm via All-commits
all-commits at lists.llvm.org
Wed Nov 16 09:24:14 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2600244fc142c82c6d4cebf87d2143618b914f7
https://github.com/llvm/llvm-project/commit/c2600244fc142c82c6d4cebf87d2143618b914f7
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2022-11-16 (Wed, 16 Nov 2022)
Changed paths:
M llvm/test/CodeGen/AArch64/sve-fixed-ld2-alloca.ll
Log Message:
-----------
[AArch64] NFC: Fix broken test sve-fixed-ld2-alloca.ll
There were several issues with this test, the most obvious being
that %strided.vec wasn't used and therefore could be deadcoded.
I've verified that the updated test still covers the code-changes
from its original patch.
More information about the All-commits
mailing list