[all-commits] [llvm/llvm-project] 9ca466: [MLIR][SCF] Fix normalizeForallOp helper function ...

Colin De Vlieghere via All-commits all-commits at lists.llvm.org
Fri May 9 12:59:20 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9ca46640062a6c0b955d16ad6f88305b534af8a3
      https://github.com/llvm/llvm-project/commit/9ca46640062a6c0b955d16ad6f88305b534af8a3
  Author: Colin De Vlieghere <52008334+Cubevoid at users.noreply.github.com>
  Date:   2025-05-09 (Fri, 09 May 2025)

  Changed paths:
    M mlir/lib/Dialect/SCF/Utils/Utils.cpp
    M mlir/unittests/Dialect/SCF/CMakeLists.txt
    M mlir/unittests/Dialect/SCF/LoopLikeSCFOpsTest.cpp

  Log Message:
  -----------
  [MLIR][SCF] Fix normalizeForallOp helper function (#138615)

Previously the `normalizeForallOp` function did not work properly, since
the newly created op was not being returned in addition to the op
failing verification.

This patch fixes the helper function and adds a unit test for it.



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