Files
clang-p2996/mlir
Johannes Reifferscheid 22dfa1aa2c [mlir] Fold ceil/floordiv with negative RHS. (#97031)
Currently, we only fold if the RHS is a positive constant. There doesn't
seem to be a good reason to do that. The comment claims that division by
negative values is undefined, but I suspect that was just copied over
from the `mod` simplifier.
2024-06-30 11:53:04 +02:00
..

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.