[all-commits] [llvm/llvm-project] aea740: [MLIR][LLVMIR] Add elementtype attribute (#129918)
Bruno Cardoso Lopes via All-commits
all-commits at lists.llvm.org
Wed Mar 5 15:22:06 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aea74034ebd9b630e24d82872ef632086907600c
https://github.com/llvm/llvm-project/commit/aea74034ebd9b630e24d82872ef632086907600c
Author: Bruno Cardoso Lopes <bruno.cardoso at gmail.com>
Date: 2025-03-05 (Wed, 05 Mar 2025)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMDialect.td
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
M mlir/lib/Target/LLVMIR/AttrKindDetail.h
M mlir/test/Dialect/LLVMIR/call-intrin.mlir
M mlir/test/Target/LLVMIR/Import/intrinsic-unregistered.ll
Log Message:
-----------
[MLIR][LLVMIR] Add elementtype attribute (#129918)
These are very common when using intrinsics (e.g. ARM NEON).
For more context: ClangIR has currently been blocked on such intrinsics
emission because of this lacking capability.
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