[all-commits] [llvm/llvm-project] b8f52c: [mlir][LLVMIR] Add support for translating insert/...

Min-Yih Hsu via All-commits all-commits at lists.llvm.org
Sat May 14 15:15:36 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b8f52c08f85aac47cb2079a7a80a9d88875e0692
      https://github.com/llvm/llvm-project/commit/b8f52c08f85aac47cb2079a7a80a9d88875e0692
  Author: Min-Yih Hsu <minyihh at uci.edu>
  Date:   2022-05-14 (Sat, 14 May 2022)

  Changed paths:
    M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
    M mlir/test/Target/LLVMIR/Import/basic.ll

  Log Message:
  -----------
  [mlir][LLVMIR] Add support for translating insert/extractvalue

Add support for translating llvm::InsertValue and llvm::ExtractValue.

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


  Commit: 3da65c4c0b00b9fc0cf2db77c18a58bc6fca251f
      https://github.com/llvm/llvm-project/commit/3da65c4c0b00b9fc0cf2db77c18a58bc6fca251f
  Author: Min-Yih Hsu <minyihh at uci.edu>
  Date:   2022-05-14 (Sat, 14 May 2022)

  Changed paths:
    M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
    M mlir/test/Target/LLVMIR/Import/basic.ll

  Log Message:
  -----------
  [mlir][LLVMIR] Add support for translating shufflevector

Add support for translating llvm::ShuffleVectorInst

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


Compare: https://github.com/llvm/llvm-project/compare/5a19fbad8301...3da65c4c0b00


More information about the All-commits mailing list