diff options
author | Craig Topper <craig.topper@sifive.com> | 2021-07-04 22:59:20 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@sifive.com> | 2021-07-04 23:11:40 -0700 |
commit | 21a1bcbd4df8c443ab7c0168784789b5b74a7d5c (patch) | |
tree | 35e582f034987159245625d67d656bbcc498f694 /llvm/lib/CodeGen/CodeGenPrepare.cpp | |
parent | bcaf57cae82500f40f2348f5ee41e57b11152825 (diff) | |
download | llvm-21a1bcbd4df8c443ab7c0168784789b5b74a7d5c.zip llvm-21a1bcbd4df8c443ab7c0168784789b5b74a7d5c.tar.gz llvm-21a1bcbd4df8c443ab7c0168784789b5b74a7d5c.tar.bz2 |
[RISCV] Pass FeatureBitset by reference rather than by value. NFCI
FeatureBitset is 4 64-bit values in an array. It's better passed by
reference rather than copying it.
I may be adding FeatureBitset as an argument to another function
and noticed this while working on that.
Diffstat (limited to 'llvm/lib/CodeGen/CodeGenPrepare.cpp')
0 files changed, 0 insertions, 0 deletions