[all-commits] [llvm/llvm-project] 649682: [mlir][Arith] Fix bug in zero-extension range infe...

Krzysztof Drewniak via All-commits all-commits at lists.llvm.org
Tue Jan 10 13:41:26 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6496824ebaf29a39239c1df1b508490382dca2f7
      https://github.com/llvm/llvm-project/commit/6496824ebaf29a39239c1df1b508490382dca2f7
  Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
  Date:   2023-01-10 (Tue, 10 Jan 2023)

  Changed paths:
    M mlir/lib/Dialect/Arith/IR/InferIntRangeInterfaceImpls.cpp
    M mlir/test/Dialect/Arith/int-range-interface.mlir

  Log Message:
  -----------
  [mlir][Arith] Fix bug in zero-extension range inference

D135089 extracted the extui code into a helper, but used fromSigned
instead of fromUnsigned.

Reviewed By: Mogball, ThomasRaoux

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




More information about the All-commits mailing list