[all-commits] [llvm/llvm-project] 4f9c92: [mlir][index] Add and, or, and xor ops

Luca Boasso via All-commits all-commits at lists.llvm.org
Wed Nov 23 11:27:18 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4f9c9295a6057d752c1fe0220d797ee94b0a18cf
      https://github.com/llvm/llvm-project/commit/4f9c9295a6057d752c1fe0220d797ee94b0a18cf
  Author: Luca Boasso <luca at modular.com>
  Date:   2022-11-23 (Wed, 23 Nov 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Index/IR/IndexOps.td
    M mlir/lib/Conversion/IndexToLLVM/IndexToLLVM.cpp
    M mlir/lib/Dialect/Index/IR/IndexOps.cpp
    M mlir/test/Conversion/IndexToLLVM/index-to-llvm.mlir
    M mlir/test/Dialect/Index/index-canonicalize.mlir
    M mlir/test/Dialect/Index/index-ops.mlir

  Log Message:
  -----------
  [mlir][index] Add and, or, and xor ops

This patch adds the and, or, and xor bitwise operations to
the index dialects with folders and LLVM lowerings.

Reviewed By: rriddle

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




More information about the All-commits mailing list