[llvm] [WebAssembly] Pass ArrayRef by value (NFC) (PR #85732)

via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 02:39:28 PDT 2024


https://github.com/Sirraide approved this pull request.

LGTM. 

Yeah, I can’t think of a good reason why you’d ever pass `ArrayRef`s by `const&`; my guess is this was probably overlooked in a refactor somewhere.

https://github.com/llvm/llvm-project/pull/85732


More information about the llvm-commits mailing list