llvm-project
c7b34b0b - [mlir] Use a new constructor of ArrayRef (NFC) (#146009)

Commit
301 days ago
[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)
Parents
Loading