forked from OSchip/llvm-project
8975fb0b26
This function was returning an rvalue reference to an object that was also cleared via RAII when the function returned, making it always return an empty object. Make it accept the mutable reference to the object instead to avoid this dangerous behavior. Reviewed By: guraypp Differential Revision: https://reviews.llvm.org/D134948 |
||
---|---|---|
.. | ||
benchmark/python | ||
cmake/modules | ||
docs | ||
examples | ||
include | ||
lib | ||
python | ||
test | ||
tools | ||
unittests | ||
utils | ||
.clang-format | ||
.clang-tidy | ||
CMakeLists.txt | ||
LICENSE.TXT | ||
README.md |
README.md
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.