[all-commits] [llvm/llvm-project] c114db: Harden -slice-analysis-test MLIR testing pass to c...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Wed Jan 18 06:17:03 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c114dba3f3e1ccd342bf249b08c94caceb7b776b
https://github.com/llvm/llvm-project/commit/c114dba3f3e1ccd342bf249b08c94caceb7b776b
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-01-18 (Wed, 18 Jan 2023)
Changed paths:
M mlir/test/lib/IR/TestSlicing.cpp
Log Message:
-----------
Harden -slice-analysis-test MLIR testing pass to check for some invariants
The pass would assert on some input IR that it didn't expect. Instead
signal a pass failure and properly interupt the flow.
Fixes #60022
More information about the All-commits
mailing list