[all-commits] [llvm/llvm-project] 4f3745: [mlir][Inliner] Store the resolved call by-value i...
River Riddle via All-commits
all-commits at lists.llvm.org
Wed Apr 15 17:46:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4f37450b2cb2dfc3c201a1b87f25062560ef3327
https://github.com/llvm/llvm-project/commit/4f37450b2cb2dfc3c201a1b87f25062560ef3327
Author: River Riddle <riddleriver at gmail.com>
Date: 2020-04-15 (Wed, 15 Apr 2020)
Changed paths:
M mlir/lib/Transforms/Inliner.cpp
Log Message:
-----------
[mlir][Inliner] Store the resolved call by-value instead of by-reference
This avoids asan failures as more calls may be added during inlining, invalidating the reference.
Differential Revision: https://reviews.llvm.org/D78258
More information about the All-commits
mailing list