mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 12:26:44 +00:00

Specifically it introduces checks for: - ERROR_IF(max_val < min_val) - ERROR_IF(isNaN(min_val) || isNaN(max_val)) Signed-off-by: Luke Hutton <luke.hutton@arm.com>
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.