[all-commits] [llvm/llvm-project] 21aa2a: [MLIR] Create add of sub folder

William Moses via All-commits all-commits at lists.llvm.org
Mon Jan 3 06:28:32 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 21aa2a1b09118c4678c198672ef8eb23e0cfd8e7
      https://github.com/llvm/llvm-project/commit/21aa2a1b09118c4678c198672ef8eb23e0cfd8e7
  Author: William S. Moses <gh at wsmoses.com>
  Date:   2022-01-03 (Mon, 03 Jan 2022)

  Changed paths:
    M mlir/lib/Dialect/Arithmetic/IR/ArithmeticOps.cpp
    M mlir/test/Dialect/Arithmetic/canonicalize.mlir

  Log Message:
  -----------
  [MLIR] Create add of sub folder

Create folders for add(sub(a, b), b) -> a and add(b, sub(a, b)) -> a

Reviewed By: ftynse

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




More information about the All-commits mailing list