[all-commits] [llvm/llvm-project] 0e5a53: [MLIR] Fix typo bug in AffineExprVisitor for WalkR...

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Mon Apr 8 20:08:19 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0e5a53cc01e406436cb7c703c84598e474d635de
      https://github.com/llvm/llvm-project/commit/0e5a53cc01e406436cb7c703c84598e474d635de
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
    M mlir/include/mlir/IR/AffineExprVisitor.h
    M mlir/test/IR/affine-walk.mlir

  Log Message:
  -----------
  [MLIR] Fix typo bug in AffineExprVisitor for WalkResult return case (#86138)

Fix typo bug in AffineExprVisitor for the WalkResult return case. This
didn't show up immmediately because most walks in the tree didn't
use walk result.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list