Files
clang-p2996/mlir
Kazu Hirata c7b34b0b44 [mlir] Use a new constructor of ArrayRef (NFC) (#146009)
ArrayRef now has a new constructor that takes a parameter whose type
has data() and size().  This patch migrates:

  ArrayRef<T>(X.data(), X.size()

to:

  ArrayRef<T>(X)
2025-06-26 23:38:20 -07:00
..

Multi-Level Intermediate Representation

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