Files
clang-p2996/mlir/lib/Dialect
Matthias Springer 06d0cd1e81 [mlir][tensor] Fix gcc build (ValueBoundsOpInterface)
The order of evaluation of a sum (e.g., `a() + b()`) is unspecified in
C++. clang evaluates left-to-right. gcc evaluate right-to-left. This led
to slighly different (but equivalent) affine_map in a test and the
FileCheck did not match anymore.
2023-04-07 10:42:27 +09:00
..
2023-04-04 20:19:49 +01:00
2023-04-04 20:19:49 +01:00