[PATCH] D104149: [MCA] Adding the CustomBehaviour class to llvm-mca

Patrick Holland via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 15 12:08:42 PDT 2021


holland11 added a comment.

> Yeah, it should be immutable.

Does this mean that I should make that change? So I can pass a `SmallVector` into a function that expects an `ArrayRef`? (And this just makes it so that the `SmallVector` is now immutable?)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104149/new/

https://reviews.llvm.org/D104149



More information about the llvm-commits mailing list