[all-commits] [llvm/llvm-project] e6ce2c: [mlir][LLVM] Add support for operand_attrs to Inli...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Wed Jan 26 04:42:49 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e6ce2c0b8d5f8253791bf87145669c58328c30db
      https://github.com/llvm/llvm-project/commit/e6ce2c0b8d5f8253791bf87145669c58328c30db
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2022-01-26 (Wed, 26 Jan 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