[all-commits] [llvm/llvm-project] 7a9807: [mlir] Verifier: steal bit to track seen instead o...
Will Dietz via All-commits
all-commits at lists.llvm.org
Fri Aug 9 08:50:46 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a98071da2d3e126bacd6c004d2f5d8ecaae7819
https://github.com/llvm/llvm-project/commit/7a98071da2d3e126bacd6c004d2f5d8ecaae7819
Author: Will Dietz <will.dietz at sifive.com>
Date: 2024-08-09 (Fri, 09 Aug 2024)
Changed paths:
M mlir/lib/IR/Verifier.cpp
Log Message:
-----------
[mlir] Verifier: steal bit to track seen instead of set. (#102626)
Tracking a set containing every block and operation visited can become
very expensive and is unnecessary.
Co-authored-by: Will Dietz <w at wdtz.org>
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