[all-commits] [llvm/llvm-project] 854d0e: [MLIR] Conditional Branch Argument Propagation

William Moses via All-commits all-commits at lists.llvm.org
Mon Jun 7 10:33:30 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 854d0edce6c6e29ee2803c1f6590dee62994419a
      https://github.com/llvm/llvm-project/commit/854d0edce6c6e29ee2803c1f6590dee62994419a
  Author: William S. Moses <gh at wsmoses.com>
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
    M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
    M mlir/test/Dialect/Standard/canonicalize.mlir

  Log Message:
  -----------
  [MLIR] Conditional Branch Argument Propagation

In an operation in the true/false dest of a branch,
one can assume that the operation itself was true/false if
only that edge can reach the operation.

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




More information about the All-commits mailing list