forked from OSchip/llvm-project
31cb99959f
Previously, when an input set had a duplicate division, the duplicates might be removed by a call to mergeLocalIds due to being detected as being duplicate for the first time. The subtraction implementation cannot handle existing locals being removed, so this would lead to unexpected behaviour. Resolve this by removing all the duplicates up front. Reviewed By: Groverkss Differential Revision: https://reviews.llvm.org/D122826 |
||
---|---|---|
.. | ||
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.