[all-commits] [llvm/llvm-project] 374d5d: [MLIR][Interfaces] Remove negative branch weight v...
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Sun Jul 13 22:34:50 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 374d5da214ba8017614c350e9fe4688cdc79d5f5
https://github.com/llvm/llvm-project/commit/374d5da214ba8017614c350e9fe4688cdc79d5f5
Author: Christian Ulmann <christianulmann at gmail.com>
Date: 2025-07-14 (Mon, 14 Jul 2025)
Changed paths:
M flang/test/Fir/invalid.fir
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
M mlir/lib/Interfaces/ControlFlowInterfaces.cpp
M mlir/test/Dialect/ControlFlow/invalid.mlir
Log Message:
-----------
[MLIR][Interfaces] Remove negative branch weight verifier (#148234)
This commit removes the verifier that checked if branch weights are
negative. This check was too strict because weights are interpreted as
unsigned integers.
This showed up when running the verifier on LLVM dialect modules that
were imported from LLVM IR.
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