[all-commits] [llvm/llvm-project] d3990f: Revert "[mlir] Avoid ASan ODR violation in mlir-sr...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Thu Mar 12 03:39:44 PDT 2026
Branch: refs/heads/users/banach-space/clang/remove_duplicate
Home: https://github.com/llvm/llvm-project
Commit: d3990fcb416445f9174f6d1a668aeb83dea760df
https://github.com/llvm/llvm-project/commit/d3990fcb416445f9174f6d1a668aeb83dea760df
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2026-03-12 (Thu, 12 Mar 2026)
Changed paths:
M mlir/tools/mlir-src-sharder/CMakeLists.txt
Log Message:
-----------
Revert "[mlir] Avoid ASan ODR violation in mlir-src-sharder with LLVM dylib (#181045)"
This reverts commit 774f740e0b5ff01fe8ad713300ba233f0a42262a.
Commit: 89d518f01e7a5b1562c55070c90bf8cfb077869c
https://github.com/llvm/llvm-project/commit/89d518f01e7a5b1562c55070c90bf8cfb077869c
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.
Compare: https://github.com/llvm/llvm-project/compare/d3990fcb4164%5E...89d518f01e7a
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