[all-commits] [llvm/llvm-project] 5a8a15: Add verifier for insert/extract element/value on t...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Wed Jul 21 15:35:09 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5a8a159bf5279455b4688f80a6864ca8f37f4b4e
      https://github.com/llvm/llvm-project/commit/5a8a159bf5279455b4688f80a6864ca8f37f4b4e
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2021-07-21 (Wed, 21 Jul 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
    M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
    M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
    M mlir/test/Dialect/LLVMIR/invalid.mlir

  Log Message:
  -----------
  Add verifier for insert/extract element/value on type match between container and inserted/extracted value, and fix vector.shuffle lowering

Reviewed By: nicolasvasilache

Differential Revision: https://reviews.llvm.org/D106398




More information about the All-commits mailing list