mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-28 18:54:55 +00:00
20d0ab6157
Avoid using max on unsigned constants, in case the caller is using 0 we end up with: warning: taking the max of unsigned zero and a value is always equal to the other value [-Wmax-unsigned-zero] Instead we can just use native TableGen to fold the comparison here. |
||
---|---|---|
.. | ||
cmake/modules | ||
docs | ||
examples | ||
include | ||
integration_test | ||
lib | ||
test | ||
tools | ||
unittests | ||
utils | ||
.clang-format | ||
.clang-tidy | ||
CMakeLists.txt | ||
LICENSE.TXT | ||
README.md |
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.