mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 12:39:19 +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.
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.