[all-commits] [llvm/llvm-project] 42398b: [mlir][LLVM] Add support for operand_attrs to Inli...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Tue Feb 1 02:56:27 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 42398b51428af26c869d117864df66f5199485e0
https://github.com/llvm/llvm-project/commit/42398b51428af26c869d117864df66f5199485e0
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/lib/Dialect/X86Vector/Transforms/AVXTranspose.cpp
M mlir/lib/Target/LLVMIR/Dialect/LLVMIR/LLVMToLLVMIRTranslation.cpp
A mlir/test/Integration/Dialect/Vector/CPU/X86Vector/test-inline-asm-vector-avx512.mlir
Log Message:
-----------
[mlir][LLVM] Add support for operand_attrs to InlineAsmOp
This revision adds enough support to allow InlineAsmOp to work properly with indirect memory constraints "*m".
These require an explicit "elementtype" TypeAttr on the operands to pass LLVM verification and need to be provided.
Reviewed By: bkramer
Differential Revision: https://reviews.llvm.org/D118006
More information about the All-commits
mailing list