diff options
author | Nicolas Vasilache <ntv@google.com> | 2020-10-01 06:57:35 -0400 |
---|---|---|
committer | Nicolas Vasilache <ntv@google.com> | 2020-10-01 06:57:35 -0400 |
commit | a81b938b6dee0e1ed4dd44e7d59325d0aa4774cc (patch) | |
tree | 4f1179d2ac33ec0595c4303eb5f67c1db5023ea4 /llvm/lib/Object/SymbolicFile.cpp | |
parent | 69acdfe075fa8eb18781f88f4d0cd1ea40fa6e48 (diff) | |
download | llvm-a81b938b6dee0e1ed4dd44e7d59325d0aa4774cc.zip llvm-a81b938b6dee0e1ed4dd44e7d59325d0aa4774cc.tar.gz llvm-a81b938b6dee0e1ed4dd44e7d59325d0aa4774cc.tar.bz2 |
[mlir][Linalg] Fix ASAN bug
```
LinalgTilingOptions &setTileSizes(ValueRange ts)
```
makes it all too easy to create stack-use-after-return errors.
In particular, c694588fc52a8845174fee06ad0bcfa338e87816 introduced one such issue.
Instead just take a copy in the lambda and be done with it.
Diffstat (limited to 'llvm/lib/Object/SymbolicFile.cpp')
0 files changed, 0 insertions, 0 deletions