[llvm] [NFC][TableGen] Use StringRef in X86RecognizableInstr (PR #139648)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Tue May 13 21:52:52 PDT 2025
================
@@ -336,12 +336,13 @@ class RecognizableInstr : public RecognizableInstrBase {
/// @param operandMapping - The operand mapping, which has an entry for
/// each operand that indicates whether it is a
/// duplicate, and of what.
+ using encodingFn =
----------------
jurahul wrote:
Done
https://github.com/llvm/llvm-project/pull/139648
More information about the llvm-commits
mailing list