[all-commits] [llvm/llvm-project] 52df61: Revert "[mlir] Avoid ASan ODR violation in mlir-sr...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Fri Mar 13 09:47:09 PDT 2026
Branch: refs/heads/users/banach-space/clang/move_aarch64_maps
Home: https://github.com/llvm/llvm-project
Commit: 52df6178eb125efcf65cb180adfc1ec549a4890e
https://github.com/llvm/llvm-project/commit/52df6178eb125efcf65cb180adfc1ec549a4890e
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: 5e718c21bddac359c6f6de14afd64f8dd4c02f51
https://github.com/llvm/llvm-project/commit/5e718c21bddac359c6f6de14afd64f8dd4c02f51
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2026-03-13 (Fri, 13 Mar 2026)
Changed paths:
A clang/include/clang/Basic/AArch64CodeGenUtils.h
M clang/lib/CIR/CodeGen/CIRGenBuiltinAArch64.cpp
M clang/lib/CodeGen/TargetBuiltins/ARM.cpp
Log Message:
-----------
[clang][Neon] Extract code shared by classic and CIR codegen (NFC)
Extract intrinsic maps shared by the classic and CIR codegen into a new
header, AArch64CodeGenUtils.h, which is reused by both. This keeps the
implementations in sync and avoids code duplication.
The maps are moved without modification. The accompanying code (e.g.
`ARMVectorIntrinsicInfo`) is updated to follow Clang coding style
(CamelCase instead of the camelCase used in CIR).
Compare: https://github.com/llvm/llvm-project/compare/52df6178eb12%5E...5e718c21bdda
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