[all-commits] [llvm/llvm-project] c7dccd: [Clang][AArch64] Remove duplicate CodeGen test for...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Thu Mar 12 03:40:53 PDT 2026
Branch: refs/heads/users/banach-space/clang/remove_duplicate
Home: https://github.com/llvm/llvm-project
Commit: c7dccd5cc99512728e97d75cc65b67fb3cbecf81
https://github.com/llvm/llvm-project/commit/c7dccd5cc99512728e97d75cc65b67fb3cbecf81
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2026-03-12 (Thu, 12 Mar 2026)
Changed paths:
M clang/test/CodeGen/AArch64/bf16-getset-intrinsics.c
R clang/test/CodeGen/arm-bf16-getset-intrinsics.c
Log Message:
-----------
[Clang][AArch64] Remove duplicate CodeGen test for bf16 get/set intrinsics
The following test files contain identical test bodies (aside from the
RUN lines):
* clang/test/CodeGen/AArch64/bf16-getset-intrinsics.c
* clang/test/CodeGen/arm-bf16-getset-intrinsics.c
The differences in the RUN lines do not appear to be relevant for the
tested functionality. This change keeps a single test file and
simplifies its RUN lines to match the generic style used in
clang/test/CodeGen/AArch64/neon.
This also moves toward unifying and reusing RUN lines across tests.
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