[all-commits] [llvm/llvm-project] 91e0cb: [mlir] LocalAliasAnalysis: Assume allocation scope...
Ivan Butygin via All-commits
all-commits at lists.llvm.org
Wed May 26 02:07:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 91e0cb6598f458c79707bc3481f0e70b1dd731d4
https://github.com/llvm/llvm-project/commit/91e0cb6598f458c79707bc3481f0e70b1dd731d4
Author: Butygin <ivan.butygin at intel.com>
Date: 2021-05-26 (Wed, 26 May 2021)
Changed paths:
M mlir/lib/Analysis/AliasAnalysis/LocalAliasAnalysis.cpp
M mlir/test/Analysis/test-alias-analysis.mlir
Log Message:
-----------
[mlir] LocalAliasAnalysis: Assume allocation scope to function scope if cannot determine better
It helps when checking aliasing between AllocOp result and function arguments.
Differential Revision: https://reviews.llvm.org/D102557
More information about the All-commits
mailing list