[all-commits] [llvm/llvm-project] 7e87d0: [MLIR][CF] Fix cf.switch parsing with result numbe...

Keyi Zhang via All-commits all-commits at lists.llvm.org
Thu Apr 4 12:33:09 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7e87d03b45f3ca0f6d9c09e8e9090329cc84592e
      https://github.com/llvm/llvm-project/commit/7e87d03b45f3ca0f6d9c09e8e9090329cc84592e
  Author: Keyi Zhang <Kuree at users.noreply.github.com>
  Date:   2024-04-04 (Thu, 04 Apr 2024)

  Changed paths:
    M mlir/lib/Dialect/ControlFlow/IR/ControlFlowOps.cpp
    M mlir/test/Dialect/ControlFlow/ops.mlir

  Log Message:
  -----------
  [MLIR][CF] Fix cf.switch parsing with result numbers (#87658)

This PR should fix the parsing bug reported in
https://github.com/llvm/llvm-project/issues/87430. It allows using
result number as the `cf.switch` operand.



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