[llvm] [NFC][TableGen] Refactor DecoderEmitter.cpp (PR #135510)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 14 09:02:15 PDT 2025
================
@@ -97,8 +97,8 @@ struct OperandInfo {
bool HasCompleteDecoder;
uint64_t InitValue;
- OperandInfo(std::string D, bool HCD)
- : Decoder(std::move(D)), HasCompleteDecoder(HCD), InitValue(0) {}
+ OperandInfo(const std::string &D, bool HCD)
----------------
jurahul wrote:
Done.
https://github.com/llvm/llvm-project/pull/135510
More information about the llvm-commits
mailing list