[all-commits] [llvm/llvm-project] 34f4a9: Add ArithBuilder::sub, make add, mul work with Ind...

Johannes Reifferscheid via All-commits all-commits at lists.llvm.org
Mon Sep 5 03:44:40 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 34f4a9ef2a1de4aad978d0185f77b484077849bf
      https://github.com/llvm/llvm-project/commit/34f4a9ef2a1de4aad978d0185f77b484077849bf
  Author: Johannes Reifferscheid <jreiffers at google.com>
  Date:   2022-09-05 (Mon, 05 Sep 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Arithmetic/Utils/Utils.h
    M mlir/lib/Dialect/Arithmetic/Utils/Utils.cpp

  Log Message:
  -----------
  Add ArithBuilder::sub, make add, mul work with IndexTypes.

sgt and slt already worked with IndexTypes, the others did not.

Reviewed By: pifon2a

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




More information about the All-commits mailing list