[all-commits] [llvm/llvm-project] 7b0678: Fix Block::eraseArguments to properly update the c...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Sat Feb 27 11:05:29 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b06786de239a4ab7d53ee8ca0b2f5a9b15a871a
https://github.com/llvm/llvm-project/commit/7b06786de239a4ab7d53ee8ca0b2f5a9b15a871a
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2021-02-27 (Sat, 27 Feb 2021)
Changed paths:
M mlir/lib/IR/Block.cpp
Log Message:
-----------
Fix Block::eraseArguments to properly update the cached positions
This is fixing correctness and ASAN failure post-ee90bb3486948.
More information about the All-commits
mailing list