Files
clang-p2996/mlir
Kazu Hirata c4ba734993 [mlir] Compare std::optional<T> to values directly (NFC) (#144241)
This patch transforms:

  X && *X == Y

to:

  X == Y

where X is of std::optional<T>, and Y is of T or similar.
2025-06-14 23:23:42 -07:00
..

Multi-Level Intermediate Representation

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